html, 
body {
	height: 100%;
	width: 100%;
	margin:0;
    font-family: "Trebuchet MS", Helvetica, sans-serif;
}

.icon_container {
    max-width: 125px;
    float: right;
    display: flex;
    width: 100%;
    margin-left: auto;
    margin-right: 0;
}

.header_placeholder {
	width: 100%;
	height: 12%;
}

.header_container {
	/*width: 100px;*/
	/*width: 95px;*/
	/*max-width: 95px;*/
	/*max-width: 250px;*/
	/*width: 27%;*/
	height: 100%;	
    /*background-color: red;*/
    /*float: right;*/
    display: flex;
}

.header {
	width: 100%;
	height: 12%;
    background-color: white;
	text-align: center;
	box-shadow: 0 2px 5px 0 rgba(0,0,0,0.16), 0 2px 10px 0 rgba(0,0,0,0.12);
	position: fixed;
	z-index: 2;
}

.header img {
	/*height: 100%;*/
	max-height: 100%;
    /*max-width: 40%;*/
    max-width: 100%;
	margin: 5px auto;
}

.menu p {
	padding: 1%;
}

.animations {
	/*width: 100%;
	height: 90%;*/
	width: 96%;
    height: 87%;
    margin: 0 2%;
	/*background-color: lightblue;*/
	/*text-align: center;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	flex-direction: column;*/
    /*padding-top: 6%;*/
}

.arrows:before {
    content: ">";
    position: absolute;
    right: 3%;
    top: 50%;
    font-size: xxx-large;
    opacity: 0.3;
}

.arrows:after {
    content: "<";
    position: absolute;
    left: 3%;
    top: 50%;
    font-size: xxx-large;
    opacity: 0.3;
}

.animations img {
	/*width: 100%;*/
	/*max-width: 296px;*/
	/*max-height: 144px;*/
	/*max-height: 100%;*/
	max-height: 432px;
	max-width: 100%;
}

.animation {
	height: 100%;
	display: flex;
	/*flex-wrap: wrap;*/
	justify-content: center;
	align-items: center;
	flex-direction: column;
	/*flex-flow: column wrap;*/
	text-align: center;
}

.animation_item {
	/*flex: 1 auto;*/
}

.headline {
	font-size: 40px;
	width: 100%;
	/*padding-top: 10%;*/
    padding-top: 1%;
}

.subline {
	font-size: 30px;
	width: 100%;
	/*spadding-bottom: 10%;*/
}

.modules {
	/*width: 90%;*/
	/*max-width: 1000px;*/
	margin: 0 auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
}

.module {
	/*float:left;*/
	/*margin: 1%;*/
	text-align: center;
	/*height: calc(100vh - 100px);*/
	min-height: 480px;
    height: 80vh;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	/*box-shadow: 0 2px 5px 0 rgba(0,0,0,0.16), 0 2px 10px 0 rgba(0,0,0,0.12);*/
    background-position: center;
    background-size: cover;
    width: 100%;
    transition: filter 1s;
    margin: 10px 0;
}

.module_double {
	width: 48%;
	margin: 1%;
	max-width: 500px;
}

/*.module_image:hover {
    transform: scale(1.2);
}*/

.module:hover > .module_image {
	transform: scale(1.1);
}

.module:hover {
   	transition: all 1s;
	box-shadow: 0 0 20px black;
}

.module:hover > .module_contrast {
   	transition: all 1s;
	box-shadow: 0 0 20px black;
}

.module_line {
	margin-bottom: 15px;
}

.client .module_image {
    margin: 0 auto;
}

.menu_image {
	width: 100%;
	height: 44%;
	transition: transform 0.5s ease-in-out;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.module_image {
	/*border-radius: 15px;*/
/*	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;*/
    width: 80%;
    height: 80%;
    /*width: 40%;
    height: 30%;*/
    /*min-height: 100px;*/
    /*margin: 11% auto;*/
    /*margin: 10% 0;*/
    /*min-width:0;*/
    /*margin: 1% auto;*/
	transition: transform 0.5s ease-in-out;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    /*margin-bottom: 5%;*/
    /*flex: 1 auto;*/
    /*background-color: red;*/
}

.image {
	/*border-radius: 15px;*/
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
    width: 40%;
    margin: 11% auto;
    /*margin: 1% auto;*/
}

.module_image img {
	/*width: 100%;*/
}

.module_headline {
	/*font-size: 30px;*/
	font-size: 40px;
	font-weight: bold;
}

.module_text {
	/*max-width: 50%;*/
    margin-bottom: 10px;
    color: black;
    opacity: 1 !important;
    /*width: 100%;*/
    /*background-color: white;*/
}

.module_contrast {
    box-shadow: 0 0 20px white;
    border-radius: 5px;
    padding: 5px;
    background: rgba(255, 255, 255, 0.7);
}

.module_subline {
	font-size: 20px;
	margin-bottom: 5%;
}

.small_image {
	height: 20% !important;
}

.medium_image {
	height: 60% !important;
}

.action_button {
    margin-bottom: 5%;
    color: #29309e;
    padding: 1%;
    cursor: pointer;
}

.special_button {
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
    border: 1px #29309e solid;
    background-color: white;
	box-shadow: 0 2px 5px 0 rgba(0,0,0,0.16), 0 2px 10px 0 rgba(0,0,0,0.12);
}

/*.action_button:after {
	content:" >";
	color: #29309e;
}*/

.dark_background {
	color: white;
}

.default-background {
	background-color: #fbfbfd;
}

.blue-background {
	background-color: rgba(41, 48, 158, .1);
}

.yellow-background {
	background-color: rgba(158, 151, 41, .1);
}

.orange-background {
	background-color: rgba(254, 100, 4, .1);
}

/*.green-background {
	background-color: rgba(41, 158, 151, .1);
}*/

/*.red-background {
	background-color: rgba(158, 41, 48, .1);
}*/

.animation_image {
	width: 100%;
	height: 10%;
	/*background-color: red;*/
	flex: 1 auto;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    margin-top: 1%;
}

.animation_space {
	height: 10%;
}

@media(max-width: 736px) {
	.module {
		width: 100%;
	}
	.client {
		width: 48% !important;
	}
}

@media(max-width: 380px) {
	.header_container {
		/*width: 17%;*/
	}
}

@media(max-height: 740px) {
	.animation_image {
	    /*margin: 1% auto;*/
		/*width: 40%;*/
	}
}

@media(max-height: 590px) {
/*	.module_image {
	    margin: 5% auto;
	}*/
	.module_image img {
        /*max-width: 50%;*/
	}

	.animation_image {
		/*width: 25%;*/
	}

	.headline {
    	/*font-size: 30px;*/
	}

	.module_subline {
		/*font-size: 15px;*/
	}

	.module_headline {
		/*font-size: 30px;*/
	}

	.subline {
		/*padding-bottom: 0;*/
	}
}

@media(max-height: 450px) {
	.module {
	    width: 98%;
	}

	.module_image {
	    /*width: 20%;*/
	    /*margin: 1% auto;*/
	}

	.animation_image {
	    /*width: 20%;*/
	    /*margin: 1% auto;*/
	}

	.keep_large {
	    /*width: 40% !important;*/
	}

/*	.subline {
		padding-bottom: 1%;
	}*/
}

@media(max-height: 390px) {
	.module_image {
	    /*width: 30%;*/
	    /*width:53% !important;*/
	    height: 53% !important;
	}
	
	.animation_image {
	    /*width: 12%;*/
	}
}

.footer {
	/*width: 96%;*/
	background-color: #f5f5f7;
	/*padding: 2%;*/
	/*color: white;*/
	color: #5c6f84;
    width: 96%;
    padding: 1% 2%;
    border: 1px #e0e1e6 solid;
    text-align: center;
}

.header_icon {
	/*height: 66% !important;*/
	/*height: 95px !important;*/
	/*height: 100%;*/
	/*height: 90%;*/
    height: 80%;
    width: 40%;
    max-width: 35px;
	opacity: 0.3;
	/*display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;*/
    /*padding: 0.1% 3%;*/
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    /*background-size: 50% 50%;*/
    /*max-width: 50px;*/
    /*max-height: 50px;*/
    float: left;
    margin: auto;
}

/*.flag {
	float:right;
}

.contact {
	float:right;
}*/

.header_icon img {
	/*height: 70% !important;*/
    max-height: 40px;
}

.menu_text img {
	/*height: 70% !important;*/
    max-height: 40px;
    font-size: 20px;
}

.menu_text {
    margin: 0 auto 15px auto;
    background-color: #fbfbfd;
    max-width: 300px;
    border-radius: 10px;
    padding: 10px;
    box-shadow: 0 0 20px lightgrey;
}

/*#ytWidget {

}*/

.menu {
	display: none;
	/*background-color: rgba(16.1, 18.8, 62.0, .1);*/
	background-color: white;
	text-align: center;
	padding: 1%;
	position: fixed;
    width: 98%;
    z-index: 1;
    height: 100%;
}

.language_menu, .contact_menu {
    /*height: 100%;*/
    /*z-index: 2;*/
    /*padding: 15% 1%;*/
}

.menu_placeholder {
	width: 100%;
	height: 15%;
}

.contact_text {
    /*width: 10%;*/
    /*padding-top: 33%;*/
    /*position: fixed;*/
    /*margin: 0 auto;*/
    /*width: 100%;*/
    /*-webkit-animation: rightThenLeft 4s infinite;*/
    /*font-size: 20px;*/
}

/*@-webkit-keyframes rightThenLeft {
    0%   {margin-left:0%;}
    50%  {margin-left:10%;}
    100% {margin-left:0%;}
}*/

.clients_text {
    text-align: center;
    /*font-size: 30px;*/
    margin-top: 5%;
    font-size: 40px;
    font-weight: bold;
}

.clients {
	width:90%;
	margin: 2% auto;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	flex-wrap: wrap;
	/*flex-direction: column;*/
}

.client {
	width: 23%;
	/*max-height: 10%;*/
	/*background-color: red;*/
	margin: 1%;
}

.client img {
	max-width: 100%;
	margin: 0 auto;
	/*transition: transform 0.5s ease-in-out;*/
}

/*.client img:hover {
    transform: scale(1.5);
}*/

.client:hover > .module_image {
	transform: scale(1.2);
}

.close_menu {
    /*margin: 1% auto;*/
    margin: 5% auto;
    width: 20%;
    max-width: 100px;
}

.contact_image {
    width: 10%;
    margin: 1% auto;
}

.facebook {
	width: 295px;
	max-height: 180px;
}

/*.tps-section {
  width: 100%;
  height: 500px;
  -webkit-perspective: 10em;
  -moz-perspective: 10em;
  -ms-perspective: 10em;
  -o-perspective: 10em;
  perspective: 10em;
  -webkit-perspective-origin: center bottom;
  -moz-perspective-origin: center bottom;
  -ms-perspective-origin: center bottom;
  -o-perspective-origin: center bottom;
  perspective-origin: center bottom;
  -webkit-perspective-origin: 50% 50%;
  -moz-perspective-origin: 50% 50%;
  -ms-perspective-origin: 50% 50%;
  -o-perspective-origin: 50% 50%;
  perspective-origin: 50% 50%;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  -o-transform-style: preserve-3d;
  transform-style: preserve-3d;
}


.tps-wrapper {
  float: left;
  width: 100%;
  height: 100%;
}

.tps-section:nth-child(1n+1) .tps-wrapper {
  background: url(demo1.jpg) center center;
  background-size: cover;
}*/

.contact_bottom {
    width: 100%;
    text-align: center;
}

.contact_button {
    display:inline-block;
    margin-top: 5%;
}

#countDown {
    /*margin: 3% 1%;*/
    margin: auto 0;
}

.header_left {
	float:left;
    margin-left: 1%;
    /*margin-right: 1%;*/
    /*width: 28%;*/
    /*font-size: 40px;*/
    width: 19%;
    overflow: hidden;
}

.header_right {
	/*float:right;*/
	float: left;
	width: 20%;
	/*max-width: 150px;*/
}

.header_middle {
	width: 60%;
	float: left;
}

#loading_placeholder {
	text-align: center;
    margin: 2%;	
}

#code_text {
	margin-top: 20px;
}

#code_placeholder {
	text-align: center;
	margin: 10% 2%;
	display: none;
    height: 36px;
}

#code_input {
    box-shadow: 0 0 black;
    margin-left: 10px;
}

#code_button {
	background-color: lightgrey;
	margin-left: 10px;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
}

.language_selected {
	background-color: darkgray;
    color: white;
}
