        #menu1		{display: none;}
        #menu2		{display: none;}
        #menu3		{display: none;}
        #menu4		{display: none;}
        #menu5		{display: none;}
        #menu6		{display: none;}

#menu1,#menu2,#menu3,#menu4,#menu5,#menu6{padding:5px;}

        #hidefaq0	{display: none;}
        #hidefaq1	{display: none;}
        #hidefaq2	{display: none;}
        #hidefaq3	{display: none;}
        #hidefaq4	{display: none;}
        #hidefaq5	{display: none;}
        #hidefaq6	{display: none;}
        #hidefaq7	{display: none;}
        #hidefaq8	{display: none;}
        #hidefaq9	{display: none;}

        :root {
        --buttons:		#7c5a95;
		}



   @media screen and (min-width: 1600px) {
  .bg1 {
  background-image: url('New Project (1).png');
  background-repeat: repeat-y;
  background-attachment: fixed;
  background-position: left;
	}
  .bg2 {
  background-image: url('New Project (1).png');
  background-repeat: repeat-y;
  background-attachment: fixed;
  background-position: right;
	}
      }

       
        body {background: linear-gradient(225deg, #EADCF3 0%, #C9A8E3 100%);}

        td {
            vertical-align: top;
            text-align: left;
        }

        label, p, b, i, address {
            font-family-sans-serif;
            font-size: 20px;
            padding: 0px;
            margin: 0px;
            color:black;
        }
		i{ font-size: 18px;}
		
		ol,li,ul{
            font-family-sans-serif;
            font-size: 18px;
            color:black;
        }

        a:link, a:visited, a:hover, a:active {text-decoration: none;}
		
        h1, h2, h3, h4, h5, h6, title {
            width: auto;
              word-wrap: break-word; /* Older browsers */
             overflow-wrap: break-word; /* Modern browsers */
            font-family: sans-serif;
            color: var(--buttons);
            padding: 0px;
            margin: 2px;
			flex-wrap: nowrap;
			white-space: nowrap;
			display: flex;
        }
	    
        .img {width: 100%; border-radius: 5px;}
        .newsimg { width: 100%; max-width: 200px; height: 150px; overflow: hidden; border-radius: 10%;}
        .card-img { width: 100% }

        .container {margin:0px;
		    padding:0px;}
        .mousechange { cursor: pointer; 
            border-radius: 5px;font-size: 18px;
            border: 0px;
            opacity:0.75;
            background: var(--buttons);
            color: white;
            width: 100%;
            padding: 7px 3px 7px 3px;
            margin: 0px 0px 5px 1px;}
	.mousechange:hover {opacity:1;}

        .menu {
            text-align: center;
            margin:0px;
		padding-top:55px;
		padding-bottom:0px;}

	table {width: 100%;}

        select, textarea, option, input {
            width: 100%;
            color: black;
            border-radius: 4px;
			border: 0px solid black;
			border
            margin: .4rem;
            padding: 2px;}
		placeholder {color: black;}


        .button {
            background-color: var(--buttons);
            color: var(--buttons);
            width: auto;
            padding: 2px;
            text-decoration: none;
            margin: 5px 0px 0px 5px;
            opacity: 0.7;
        }
.langbox, .box, .meny {min-height: 44px; min-width: 44px;}

        .langchanger {position: absolute; top: 10px; right: 10px; z-index: 1000;}
        .langbox {border-radius: 5px;
    border: 0px;
    opacity: .85;
    background: var(--buttons);
    color: white;
    padding: 8px 12px;
    margin-left: 2px;
    font-weight: bold;}
		.langbox:hover {opacity:1; transform: scale(1.05);}
        .box {
            border-radius: 4px;
            border: 0px;
            opacity:0.75;
            background: var(--buttons);
            color: white;
            width: 100%;
            padding: 5px 2px 5px 22px;
            margin: 0px 0px 7px 0px;
			text-align:left;
			}
			.box:hover {opacity:1;}

		.box#Send	{margin: 0px 0px 40px 1px;}

		.meny{
            border-radius: 5px;
            border: 0px;
            opacity:0.75;
            background: var(--buttons);
            color: white;
            width: 100%;
            padding: 7px;
            margin: 0px 0px 0px 0px;
			}
			.meny:hover {opacity:1;color: white;}

        #disabledbox {
            cursor: not-allowed;
            opacity: 0.5;
            pointer-events: none;
        }
