ul a{
	text-decoration: none !important;
	color: white;
	font-size: 30pt;
	font-family: 'Roboto', sans-serif;
}
	
.textBox p{
	font-family: 'Roboto', sans-serif;
}

h1{
	color: #aaaaaa;
	text-shadow: 2px 2px 2px rgba(149, 188, 14, 0.4);
}

h4{
	color: #aaaaaa;
	text-shadow: 2px 2px 2px rgba(149, 188, 14, 0.4);
	font-family: 'Roboto', sans-serif;
}

#hero .textBox{
	margin: 3vw;
	width: 94vw;
	text-align: justify;
	-moz-text-align-last: center;
	text-align-last: center;
	text-justify: inter-word;
}

#hero .imgBox{
	width: 100%;
	margin-top: 0vw;
	margin-right: 0vw;
	margin-left: 0vw;
}

.headline{
	margin-top: 2vh;
	text-align: center;
}



video {
	max-width: 100%;
    object-fit: contain;
}
	
#logo{
	float: left;
}

#logo p{
	font-family: 'Roboto', sans-serif;
	color: white;
	font-size: 3vw;
}

.button {
	size: 20px;
	background: linear-gradient(
	  -45deg,
	  #000000 0 calc(50% - 10px),
	  #bbbbbb calc(50% - 10px) calc(50% + 10px),
	  #95bc0e calc(50% + 10px) 100%
	);
	background-size: 300% 100%;
	background-position: 100% 50%;
	
	transition: 0.8s all;
  }
  
  .button:hover,
  .button:focus {
	background-position: 0% 50%;
	transition: 0.8s all;
  }


#menu {background-color: black;
	height: 104px;
	}
	
*{ margin: 0;
}

ul li{
	margin: 2.5vw;
	margin-top: 1vw;
	margin-bottom: 1vw;
	padding: 0;
    float: center;
    position: relative;
}

#wrapper {
	min-height: 100vh;
}

#hidden { display: none; }

#footer{
	background-color: black;
	height: 7vw;
	/*width: 100vw;*/
}
#footer p{
margin-left: 3vw;
	padding-top: 2vw;
	font-size: 2vw;
	color: white;
	font-family: 'Roboto', sans-serif;
}

/* MOBIL*******************************/
@media (max-width: 500px){

	ul a{
		text-decoration: none !important;
		color: white;
		font-size: 3vw;
		font-family: 'Roboto', sans-serif;
	}

	ul li{
		margin: 2.5vw;
		padding: 0;
		float: center;
		position: relative;
	}

	.toggleMobileMenu ul{
	display: block !important;
	width: 37vw;
	position: relative;
	float: right;
	background-color: rgba(0, 0, 0, 0.6);
	list-style-type: none;
	align-content: center;
	padding-left: 0;
	padding-top: 0;
	text-decoration: none !important;
	margin-left: 59.5vw;
	margin-right: 0;
	margin-top: 0;
	z-index: 10;
	}

	#hamburger {
	height: 2vh;
	margin: auto;
	margin-top: 33px;
	margin-right: 9vw;
	padding: 2vw;
	/*margin: 3.5vh;
	margin-right: 5vw;*/
	}

	ul a{
	text-decoration: none !important;
	color: black;
	font-size: 3vw;
	font-family: 'Roboto', sans-serif;
	background: white;
	padding: 1.3vw;
	padding-left: 3vw;
	padding-right: 3vw;
	border-radius: 3.4vw;
	/*border-bottom-left-radius: 10px;
	border-top-right-radius: 10px;
	border-bottom-right-radius: 10px;*/
	overflow: hidden;
	}


	#wrapper {
	max-width: 100vw;
	display: flex;
	flex-direction: column;
	margin:auto;
	}
	
	#menu ul {
		display: none;
	}
	
	#hero {
		margin: 0;
	}
	
	#hero .imgBox img{
		margin: 0;
		width: 90vw;
		overflow: hidden;
	}
	
	#main {
	width: 82vw;
	margin: auto;
	}

	#main .imgBox img{
	width: 78vw;
	margin: 2vw;
	}
	
	#main .textBox p{
	width: 78vw;
	margin: 2vw;
	text-align: justify;
	text-justify: inter-word;
	}
	
	h4{
		font-size: 22pt;
	}
	
	.row {
	width: 82vw;
	margin-top: 4vw;
	margin-bottom: 4vw;
	text-align: center;
	}
	
	.halfRow{
	width: 82vw;
	margin-top: 4vw;
	text-align: center;
	}
	
	
	#btnGroup {
		width: 100vw;
		margin-left: auto;
		margin-right: auto;
		display: flex;
		flex-direction: row;
		justify-content: center;
	}
	
	.button {
		background-color: black;
		border: none;
		color: white;
		margin-left: 2vw;
		margin-right: 2vw;
		margin-top: 1vw;
		margin-bottom: 1vw;
		text-align: center;
		text-decoration: none;
		display: inline-block;
		width: 33vw;
		font-size: 18px;
		border-radius: 6px;
	}
	
}
/**************************************/

/* PAD*********************************/
@media (min-width: 501px) and (max-width: 1000px){

	ul a{
		text-decoration: none !important;
		color: white;
		font-size: 3vw;
		font-family: 'Roboto', sans-serif;
	}

	ul li{
		margin: 2.5vw;
		padding: 0;
		float: center;
		position: relative;
	}

	.toggleMobileMenu ul{
	display: block !important;
	width: 37vw;
	position: relative;
	float: right;
	background-color: rgba(0, 0, 0, 0.6);
	list-style-type: none;
	align-content: center;
	padding: 1.3vw;
	text-decoration: none !important;
	margin-left: 57.2vw;
	margin-right: 0;
	margin-top: 0;
	z-index: 10;
	}



	#hamburger {
	height: 2vh;
	margin: auto;
	margin-top: 33px;
	margin-right: 9vw;
	padding: 2vw;
	/*margin: 3.5vh;
	margin-right: 5vw;*/
	}

	ul a{
	color: black;
	background: white;
	padding: 1.3vw;
	padding-left: 3vw;
	padding-right: 3vw;
	border-radius: 3.4vw;
	/*border-bottom-left-radius: 10px;
	border-top-right-radius: 10px;
	border-bottom-right-radius: 10px;*/
	overflow: hidden;
	}

	#wrapper {
	max-width: 100vw;
	display: flex;
	flex-direction: column;
	margin: 0;
	}
	
	#menu ul {
		display: none;
	}
	
	#main {
	width: 82vw;
	margin:auto;
	}
	
	
	
	#hero .textBox{
		margin: 3vw;
		width: 94vw;
		display: block;
    	margin-left: auto;
    	margin-right: auto;
    	text-align: justify;
    	-moz-text-align-last: center;
    	text-align-last: center;
		text-align: justify;
		text-justify: inter-word;
	}

	h4{
		font-size: 4vw;
	}
	
	.row .imgBox img{
	width: 78vw;
	}
	
	.row .textBox{
	width: 78vw;
	}
	
	#main .textBox p{
	margin-top: 1vw;
	font-size: 14pt;
	text-align: justify;
	text-justify: inter-word;
	}
	
	.row {
	display: flex;
	flex-wrap: wrap;
	width: 82vw;
	margin: 2vw;
	text-align: center;
	}

	#main .textbox h1{
		margin-top: 2vw;
	}
	
	.halfRow{
	width: 82vw;
	margin-top: 4vw;
	}
	
	.halfRow .imgBox img{
	width: 82vw;
	}
	
	/*
	#card2{
	margin-right: 2vw;
	}
	
	#card4{
	margin-right: 2vw;
	}
	
	/*#card1{
	margin-left: auto;
	}
	
	#card3{
	margin-left: auto;
	}*/
	
	#btnGroup {
		width: 100vw;
		margin-left: auto;
		margin-right: auto;
		display: flex;
		flex-direction: row;
		justify-content: center;
	}
	
	.button {
		background-color: black;
		border: none;
		color: white;
		margin-left: 2vw;
		margin-right: 2vw;
		margin-top: 1vw;
		margin-bottom: 1vw;
		text-align: center;
		text-decoration: none;
		display: inline-block;
		width: 33vw;
		font-size: 18px;
		border-radius: 6px;
	}

	
}

/* DATOR*******************************/
@media screen and (min-width: 1001px){
	#hamburger {
		display: none;
	}
	
	#menu {
		max-width: 100vw;
		height: 90px;
		}
	
	#wrapper {
        max-width: 100vw;
        display: flex;
        flex-direction: column;
        margin: 0;
        }
	
	
	#menu ul {
		padding-left: 11vw;
		display: flex;
		flex-direction: row;
		justify-content: center;
		list-style-type: none;
		float: right;
	}
	
	#menu .ul li a{
		display: inline-block;
	}

	.button {
		height: 90px;
	}

	#logo .imgBox img{
		height: 90px;
	}

	#main {
        width: 82vw;
        margin:auto;
        }
	
        #main {
            width: 82vw;
            margin:auto;
            align-items: center;
            }
            
            #main .aajoda_con{
                align-items: center;
            }
            
            #hero .textBox{
                margin: 3vw;
                width: 94vw;
                display: block;
                margin-left: auto;
                margin-right: auto;
                text-align: justify;
                -moz-text-align-last: center;
                text-align-last: center;
                text-align: justify;
                text-justify: inter-word;
            }
        
            h4{
                font-size: 4vw;
            }
            
            .row .imgBox img{
            width: 78vw;
            }
            
            .row .textBox{
            width: 78vw;
            }
            
            #main .textBox p{
            margin-top: 1vw;
            font-size: 14pt;
            text-align: justify;
            text-justify: inter-word;
            }
            
            .row {
            display: flex;
            flex-wrap: wrap;
            width: 82vw;
            margin: 2vw;
            text-align: center;
            }
        
            #main .textbox h1{
                margin-top: 2vw;
            }
            
            .halfRow{
            width: 82vw;
            margin-top: 4vw;
            }
            
            .halfRow .imgBox img{
            width: 82vw;
            }

            @media only screen and (min-width: 1000px)
            {
            .aajoda-item {
                width: 48% !important;
            }}
	
	/*.halfRow{
	width: 22vw;
	margin-top: 4vw;
	border-width: 0.5vw;
	border-style: solid;
	border-color: red;
	}*/
	

}
/**************************************/

/* BIG-DATOR*******************************
@media screen and (min-width: 1601px){
	#hamburger {
		display: none;
	}
	
	#menu {
	height: 9vw;
	width: 100vw;
	}
	
	ul li a{
		margin-top: 50px;
		padding: 0;
    	position: relative;
	}
	
		#menu ul {
		padding-left: 12.5vw;
		display: flex;
		flex-direction: row;
		justify-content: center;
		list-style-type: none;
	}
	
	#wrapper {
	width: 100vw;
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	margin:auto;
	}
	

	#main {
	width: 72vw;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	margin-left: auto;
	margin-right: auto; 
	}
	
	#hero .imgBox img{
		width: 100vw;
		margin: 0;
	}

	#hero .textBox {
		width: 72vw;
		display: block;
  		margin-left: auto;
  		margin-right: auto;
		text-align: justify;
		-moz-text-align-last: center;
		text-align-last: center;
  		text-justify: inter-word;
	}
	
	.row {
		display: flex;
		flex-direction: column;
		width: 12w;
		}
	
	.row .imgBox{
		width: 12vw;
	}
	
	.row .imgBox img{
		width: 12vw;
	}
	
	.row .textBox{
		width: 12vw;
		margin-bottom: 4vh;
	}
	
	.row .textBox p{
	font-size: 1.4vw;
	}
	
	
/**************************************/

/**************************************/

/* DATOR*******************************
@media screen and (min-width: 1001px){
	#hamburger {
		display: none;
	}
	
	#wrapper {
	width: 100vw;
	display: flex;
	flex-wrap: wrap;
	flex-direction: column;
	margin:auto;
	background-color: lightgray;
	}
	
	
	#menu ul {
		display: flex;
		flex-direction: row;
		justify-content: center;
		list-style-type: none;
	}
	
	#main {
	width: 53vw;
	margin-left: 8vw;
	}
	
	#hero .imgBox img{
		width: 100vw;
		margin: 0;
	}
	
	/*#hero .imgBox img{
		margin: 0;
		width: 100vw;
	}
	
	#hero .textBox{
		margin: 3vw;
		width: 94vw;
		text-align: center;
	}
	
	.row .imgBox img{
	width: 26vw;
	margin: 2vw;
	}
	
	.row .textBox{
	width: 22vw;
	margin: 2vw;
	}
	
	.textBox p{
	font-size: 1.4vw;
	}
	
	.row {
	display: flex;
	width: 52vw;
	margin-top: 4vw;
	border-width: 0.5vw;
	border-style: solid;
	border-color: lightgray;
	}
	
	.halfRow{
	width: 22vw;
	margin-top: 4vw;
	border-width: 0.5vw;
	border-style: solid;
	border-color: red;
	}
	
	.halfRow .textBox{
	width: 22vw;
	margin: 2vw;
	}
	
	.halfRow .imgBox img{
	width: 18vw;
	margin: 2vw;
	}
	
	#row5{
	width: 22vw;
	float: left;
	}
	
	#sidePanel{
		position: absolute;
		right: 8vw;
	display: flex;
	float: right;
	flex-direction: column;
	margin-top: 11.5vw;
	width: 23vw;
	overflow: auto;
	}
	
	.card{
	display: flex;
	flex-wrap: wrap;
	width: 22vw;
	margin-top: 4vw;
	border-width: 0.5vw;
	border-style: solid;
	border-color: purple;
	}
	.card .imgBox img{
	width: 18vw;
	margin: 2vw;
	}
	
	.card .textBox p{
	width: 18vw;
	margin: 2vw;
	}
	
	#card2{
	margin-right: auto;
	}
	
	#card4{
	margin-right: auto;
	}
	
	
	#card3{
	order: 3;
	margin-bottom: 10vw;
	margin-right: auto;
	}
*/