/*
--------------------------------------------------------------------
--------------------------------------------------------------------
                        FONT
--------------------------------------------------------------------
--------------------------------------------------------------------
*/

@font-face {
    font-family: 'din';
    src: url("../font/Light/URWDIN-Light.eot");
    src:
        url("../font/Light/URWDIN-Light.woff") format("woff"),
        url("../font/Light/URWDIN-Light.opentype") format("opentype"),
        url("../font/Light/URWDIN-Light.svg") format("svg");
}

@font-face {
    font-family: 'dinthin';
    src: url("../font/Thin/URWDIN-Thin.eot");
    src:
        url("../font/Thin/URWDIN-Thin.woff") format("woff"),
        url("../font/Thin/URWDIN-Thin.opentype") format("opentype"),
        url("../font/Thin/URWDIN-Thin.svg") format("svg");
}

@font-face {
    font-family: 'dinmed';
    src: url("../font/Medium/URWDIN-Medium.eot");
    src:
        url("../font/Medium/URWDIN-Medium.woff") format("woff"),
        url("../font/Medium/URWDIN-Medium.opentype") format("opentype"),
        url("../font/Medium/URWDIN-Medium.svg") format("svg");
}

@font-face {
    font-family: 'dinitali';
    src: url("../font/Light_Italic/URWDIN-LightItalic.eot");
    src:
        url("../font/Light_Italic/URWDIN-LightItalic.woff") format("woff"),
        url("../font/Light_Italic/URWDIN-LightItalic.opentype") format("opentype"),
        url("../font/Light_Italic/URWDIN-LightItalic.svg") format("svg");
}

@font-face {
    font-family: 'dingras';
    src: url("../font/Bold/URWDIN-Bold.eot");
    src:
        url("../font/Bold/URWDIN-Bold.woff") format("woff"),
        url("../font/Bold/URWDIN-Bold.opentype") format("opentype"),
        url("../font/Bold/URWDIN-Bold.svg") format("svg");
}

@font-face {
    font-family: 'dinnoir';
    src: url("../font/Black/URWDIN-Black.eot");
    src:
        url("../font/Black/URWDIN-Black.woff") format("woff"),
        url("../font/Black/URWDIN-Black.opentype") format("opentype"),
        url("../font/Black/URWDIN-Black.svg") format("svg");
}


/*
--------------------------------------------------------------------
--------------------------------------------------------------------
                        GRID
--------------------------------------------------------------------
--------------------------------------------------------------------
*/

#grid {
    width: 100vw;
}


.row div {
    padding: 0px 3%;
}

.co-1 {
    width: calc(100% / 9 * 1);
}

.co-2 {
    width: calc(100% / 9 * 2);
}

.co-3 {
    width: calc(100% / 9 * 3);
}

.co-4 {
    width: calc(100% / 9 * 4);
}

.co-5 {
    width: calc(100% / 9 * 5);
}

.co-6 {
    width: calc(100% / 9 * 6);
}

.co-7 {
    width: calc(100% / 9 * 7);
}

.co-8 {
    width: calc(100% / 9 * 8);
}

.co-9 {
    width: 100%;
}

.p1 {
    margin-left: calc(100% / 9 * 1);
}

.p2 {
    margin-left: calc(100% / 9 * 2);
}

.p3 {
    margin-left: calc(100% / 9 * 3);
}

.p4 {
    margin-left: calc(100% / 9 * 4);
}

.p5 {
    margin-left: calc(100% / 9 * 5);
}

.p6 {
    margin-left: calc(100% / 9 * 6);
}

.p7 {
    margin-left: calc(100% / 9 * 7);
}

.p8 {
    margin-left: calc(100% / 9 * 8);
}

[class^="co"] {
    display: inline-block;
}




/*
--------------------------------------------------------------------
--------------------------------------------------------------------
                        BASE
--------------------------------------------------------------------
--------------------------------------------------------------------
*/

* {
    @charset "UTF-8";
    /*transition: all .3s;*/
}


body {
    font-family: 'din';
}

h1 {
    font-family: 'dingras';
    font-size: 65px;
}

h2 {
    font-family: 'dingras';
}

h3 {
    font-family: 'dinnoir';
}

a {
    text-decoration: none;
    color: black;
}

body {
    background-color: #EBEBEB;
    /*overflow-y: hidden;*/
}

section {
    position: relative;
    max-width: 1500px;
    margin: 0 auto;
}




/*
--------------------------------------------------------------------
--------------------------------------------------------------------
                        BUTTON
--------------------------------------------------------------------
--------------------------------------------------------------------
*/





/* Ripple Out */
@-webkit-keyframes h_button {
    100% {
        top: -12px;
        right: -12px;
        bottom: -12px;
        left: -12px;
        opacity: 0;
        border: rgba(1, 255, 255) solid 10px;
    }
}

@keyframes h_button {
    100% {
        top: -12px;
        right: -12px;
        bottom: -12px;
        left: -12px;
        opacity: 0;
        border: rgba(1, 255, 255) solid 10px;
    }
}

.button {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    position: relative;
}

.button:before {
    content: '';
    position: absolute;
    border: rgba(1, 255, 255, 1) solid 0px;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    border-radius: 180px;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
}

#head .button:hover:before,
#head .button:focus:before,
#head .button:active:before {
    -webkit-animation-name: h_button;
    animation-name: h_button;
}



/*
--------------------------------------------------------------------
--------------------------------------------------------------------
                        FORM
--------------------------------------------------------------------
--------------------------------------------------------------------
*/

form .entry {
    font-size: 1.5rem;
}

form .pers label {
    position: absolute;
    /*top: -1.2vw;*/
    top: 0;
    font-size: 1.5rem;
    color: #00AEFF;
}

form .pers:hover label {
    font-size: 0.45em;
    color: #00AEFF;
    top: -110%;
    transition: all 0.2s ease-in-out;
}


form .pers:hover span {
    font-size: .8em;
}


form .pers .focus {
    font-size: 0.45em;
    color: darkgrey;
    top: -110%;
    transition: all 0.2s ease-in-out;
}

form .pers .focus span{
    font-size: 0.8em;
}

#logform form .pers:hover label {
    font-size: 0.55em;
    color: #00AEFF;
    top: -50%;
    transition: all 0.2s ease-in-out;
}


#logform form .pers:hover span {
    font-size: .8em;
}


#logform form .pers .focus {
    font-size: 0.55em;
    color: darkgrey;
    top: -50%;
    transition: all 0.2s ease-in-out;
}

#logform form .pers .focus span{
    font-size: 0.8em;
}

form .pers:hover input {

    color: darkgrey;

    background-color: rgba(0, 255, 255, 0.22);
    transition: all 0.2s ease-in-out;
}

form .pers label input:focus {
    font-size: 0.8em;
    color: darkgrey;
    top: -60%;
    ;
    transition: all 0.2s ease-in-out;
    background-color: rgba(0, 0, 0, .03);
}

form .pers input {
    width: 90%;
}

form input {
    background-color: rgba(0, 0, 0, 0);
    border: none;
    border-bottom: 2px inset;
    border-color: #00FFFF;
    transition: all 0.2s ease-in-out;
}

input:focus,
select:focus,
textarea:focus,
button:focus {
    outline: none;
}

form textarea {
    width: 100%;
    height: 30vh;
    border: none;
    border-left: 1px inset;
    background-color: rgba(0, 255, 255, 0.12);
    border-color: #00FFFF;
    margin: auto;
    /*    resize: none;*/
    padding: 1vw;
    overflow: auto;
    font-size: 75%;
}

form textarea:hover {
    border-left: 2px inset;
    border-color: #00FFFF;
    background-color: rgba(0, 255, 255, 0.22);
    transition: all 0.2s ease-in-out;
}

form textarea:focus {
    border-left: 2px inset;
    border-color: #00FFFF;
    background-color: rgba(0, 255, 255, 0.22);
}

#valid {
    float: right;
    margin-right: 14vw;
    margin-top: 3vh;
}

#valid input {
    font-size: 1.3em;
    border-bottom: 3px inset;
    border-color: darkgrey;
}



.error {
    padding: 5px 9px;
    border: 1px solid red;
    color: red;
    border-radius: 3px;
}

.success {
    padding: 5px 9px;
    border: 1px solid green;
    color: green;
    border-radius: 3px;
}

form span {
    color: red;
    font-size: 1.8rem;
}

form .context{
    font-size:10.5px;
    opacity: 0;
    color: #00AEFF;
    position: absolute;
    width: 30vw;
}

form .focus .context{
    font-size: 10.5px;
    opacity: 1;
}

form .pers:hover .context{
	font-size: 10.5px !important;
    opacity: 1;
}

form .focus .context{
    font-size: .8rem;
    opacity: 1;
}

form input[type*="submit"] {
    background-color: rgba(0, 0, 0, 0);
    color: #00FFFF;
    font-size: 1.5em;
    font-family: 'dingras';
}


form .btn {
   border: none;
transition: all 0.2s ease-in-out;
color: #00FFFF;
font-family: 'dingras';
position: relative;
font-size: 1em;
margin-left: 65%;

display: inline-block;
}

form .btn::after {
    content: '';
    position: absolute;
    width: 0px;
    height: 11px;
    left: 0%;
    bottom: -10px;
    background-color: #00FFFF;
    transition: all ease-in-out .2s;
}

form .btn:hover::after {
    width: 100%;
    left: 0;
}




.tab-group {
    text-decoration: none;
    list-style-type: none;
    display: flex;
    padding-inline-start: 0px;
    margin-top: 65px;
}

.tab-group li {
    width: 50%;
    display: inline-block;
    height: 4em;
    background-color: rgb(189, 219, 218);
    text-align: center;
    display: flex;
    align-items: center;
    overflow: hidden;
}

.tab-group li:hover {
    background-color: rgb(172, 236, 214);
}

.tab-group li:hover span {
    color: #444;
}

.tab-group .active {
    background-color: aquamarine;
}

.tab-group li.active {
    background-color: aquamarine;
}

.tab-group li.active span {
    color: #000;
}

.tab-group li.tab a {
    width: 100%;
    display: block;
    padding: 40px;
    font-family: 'dingras';
    color: dimgrey;
}

.tab-group li.tab.active {
    color: #000;
}


.tab-group li span {
    width: 100%;
    display: block;
    padding: 40px;
    font-family: 'dingras';
    color: dimgrey;
}

#logform .tab-content {
    position: relative;
    height: 620px;
}

.tab-content .active {
    opacity: 1;
    z-index: 1;
}

.tab-group-submenu {
    text-decoration: none;
    list-style-type: none;
    display: flex;
    padding-inline-start: 0px;
}

.tab-group-submenu li {
    width: auto;
    display: inline-block;
    height: 2em;
    /*background-color: rgb(219, 219, 219);*/
    text-align: center;
    display: flex;
    align-items: center;
    overflow: hidden;
    color: dimgrey;
}

.tab-group-submenu li.tab-submenu a {
    width: 100%;
    display: block;
    padding: 20px;
    font-family: 'dingras';
    color: dimgrey;
}


.tab-group-submenu li.active {
    border-bottom: 3px solid #444;
}

.tab-group-submenu li.active a {
    color: #444;
}

.tab-group-submenu li.tab-submenu a:hover {
    color: #444;
}

.tab-group-submenu li.tab-submenu.active {
    /*color: dymgrey;*/
}


form {
    padding: 2em 0px;
}

.info {
    clear: both;
    position: absolute;
    bottom: -45px;
    text-align: center;
    width: 100%;
}

.info img {
    width: 180px;
    vertical-align: middle;
}

/*
--------------------------------------------------------------------
                        login page
--------------------------------------------------------------------
*/

#logform {
    width: 55vw;
    margin: auto;
    margin-top: 11em;
    margin-bottom: 10em;
}

#logform {
    background-color: rgba(227, 254, 246, 0.42);
}

#logform h1 {
    text-align: center;
    font-size: 40px;
}


#logform .pers {
    width: 75%;
    margin: 0 14%;
    margin-bottom: 30px;
    display: inline-block;
    position: relative;
}

.cg{
	width: 75%;
	margin: 0 14%;
	margin-bottom: 20px;
	display: inline-block;
	position: relative;
}

.forget{
	transition: opacity .3s;
	position: absolute;
	display: block;
	opacity: 100;
}

label[for=CG_ok] a{
    text-decoration: underline;
    color: #00AEFF;
}

#login #logform .pers:last-of-type{
	margin-bottom: 1em;
}

.hide{
	opacity: 0;
	transition: opacity .3s;
	height: 0px;
	overflow: hidden;
}

.oubli{
background-color: rgba(0, 0, 0, 0);
color: #00caca;
font-size: 1em;
font-family: 'din';
border: none;
border-bottom: 2px inset;
border-color: #00FFFF;
transition: all 0.2s ease-in-out;
position: relative;
margin: 0 14%;
}


.oubli:hover::after {
width: 100%;
left: 0;
}

.oubli::after{
content: '';
position: absolute;
width: 0px;
height: 11px;
left: 0%;
bottom: -10px;
background-color: #00FFFF;
transition: all ease-in-out .2s;
}


.hide .oubli:hover::after {
	opacity: 0;
	width: 0px;
	display none;
}


.login{
	width: 50%;
	margin: 0 auto;
	border: solid 1px;
	margin-top: 200px;
	background-color: aliceblue;
}

.login .box{
	margin: 0 auto;
	margin-top: 40px;
	text-align: center;
}

.login button{
	background: rgb(1, 255, 255);
	background: linear-gradient(90deg, rgba(1, 255, 255, 1) 0%, rgba(0, 185, 255, 1) 100%);
	padding: .5em 1.5em;
	border-radius: 180px;
	font-size: 2.3em;
	font-family: 'dinmed';
	display: inline-block;
	margin-left: 2.7em;
	border: none;
	margin: 2em 5.3em;
}

.alert{
	opacity: 0;
}

.invalid .alert{
	opacity: 1;
	width: 60%;
	margin: 0 auto;
	border: solid 1px red;
	padding: 20px;
	text-align: center;
	background-color: salmon;
}

.bug{
	font-size: .85em;
	color: red;
	position: absolute;
}

#pwd_reset .bug{
	font-size: .45em;
}

.pers:hover #pwd_reset .bug {
	font-size: .45em;
}

.bug_block{
	font-size: .85em;
	color: red;
	position: relative;
	display: block;
	margin-top: 0.5em !important;
}

.logMDP .bug{
	left: 65px;
}


.show_hide img{
	position: absolute;
	margin-left: -39px;
}

.show_hide img{
	width: 35px;
	height: 35px;
}


/*
--------------------------------------------------------------------
--------------------------------------------------------------------
--------------------------------------------------------------------
                        USER ZONE
--------------------------------------------------------------------
--------------------------------------------------------------------
--------------------------------------------------------------------
--------------------------------------------------------------------

*/

#logout{
	background: rgba(175, 1, 255, 1);
	background: linear-gradient(to right, rgba(194, 61, 255, 1), rgba(255, 41, 227, 0.69));
	padding: .3em 3.2em 0.9em;
	border-radius: 0px 0 60px 60px;
	font-size: 0.9em;
	font-family: 'dinmed';
	display: inline-block;
	border: none;
	margin-left: 75%;
	position: fixed;
	top: 0;
	z-index: 100;
}

#logout:before{
	border-radius: 0px 0 45px 45px;
	border: rgba(255, 1, 183, 1) solid 0px;
}

#logout:after{
	content: ' \2297';
	text-align: center;
	color: #000;
	font-size: 22px;
	z-index: -1;
}


#logform .box{
	display: none;
}

#logform .box.active{
	display: block;
}


.box {
width: calc(100% / 9 * 7.5);
margin-left: calc(100% / 9 * 1);
position: relative;
}



.dialog_box {
	margin-left: 0;
}

/*
--------------------------------------------------------------------
                        USER
--------------------------------------------------------------------
*/

#profil{
	margin-bottom: 120px;
}

.user .tab-content {
    position: relative;
    height: 1000px;
}

.user #respond {
    width: 85vw;
    margin: auto;
    margin-top: 11em;
    margin-bottom: 20em;
}


#profil div {
    display: inline-block;
    vertical-align: top;
}

#avatar {
    width: 22vw;
    height: 22vw;
    border-radius: 15vw;
    background-color: aquamarine;
    overflow: hidden;
}

#avatar img {
    width: 100%;
    height: 100%;
}

#profil #password{
	display: block;
	margin-left: 0em;
	border: none;
	position: relative;
	margin-bottom: 1em;
	background: none;
	border: solid 1px;
	border-color: rgb(0, 227, 227);
}

.box .label {
    color: #00AEFF;
    background-color: #EBEBEB;
    display: inline-block;
    position: relative;
    font-size: 14px;
    margin: 0 0.5em;
    padding: 0 5px;
}

.box .changeable {
    outline: solid 1px rgba(12, 12, 12, 1);
    width: 32vw;
    /*height: 2.4em;*/
    line-height: 2.8em;
    padding-left: 25px;
    background-color: transparent;
    display:block;
    border: none;
    margin-top: -0.6em;
    margin-bottom: 0.7em;
}

.box .changeable .multiple {
    outline: solid 1px rgba(192, 192, 192, 1);
    height: 1.4em;
    line-height: 1.8em;
    background-color: transparent;
    display:inline-block;
    border: none;
}

.select-wrapper {
  position: relative;
}

  select{
    border: none;
    outline: none;
    background: transparent;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0;
    margin: 0;
    width: 100%;
    padding: .3em 0 .2em 15px;
    color: #000;
  }
  
  
.age input{
	width: 100%;
	text-align: center;
	border: none;
	border-right: solid 1px;
}
  
   .age #year{
    border-right: none;
  }
  
  .select-wrapper:after{
    position: absolute;
    right: 0;
    top: 0;
    width: 25px;
    height: 100%;
    content: '\2304';
    text-align: center;
    color: #000;
    font-size: 24px;
    z-index: -1;
  }

#profile-data{
	display: inline-block;
	vertical-align: top;
	width: 32%;
}

/*** radio ***/

.box .changeable.radio {
    height: auto;
    margin-bottom:0px;
}

.box .competence.radio{
    margin-bottom:10px;
}


.radio_skills {
	display: block;
	line-height: 1.13em;
	margin: 0.5em 0em;
	color: #000000;
    display: inline-block;
    position: relative;
    font-size: 13px;
    margin-top: 28px;
    text-align: right;
}

.radio_column {
	display: inline-block;
	line-height: 1em;
	margin: 1em 0.5em;
	width:32px;
}

.radio_label {
	display: block;
	color: #000000;
	font-size: 13px;
	margin: 0;
	height: 1.4em;
	overflow: visible;
	text-align:center;
	transform: translate(-34px, 0);
	width:100px;
}

.skill{
	margin: 0;
margin-top: 1.24em;
}

.radio_entry {
	display: block;
    position: relative;
    cursor: pointer;
    user-select: none;
	width: 22px;
	height: 22px;
	margin: 5px;
	margin-bottom: .5em;
}


.radio_entry input {
	position: absolute;
    opacity: 0;
    cursor: pointer;
}

.radio_entry_checkmark {
	cursor: pointer;
	position: absolute;
    top: 0;
    left: 0;
    width:100%;
    height:100%;
    background-color: #cecece;
    border-radius: 50%;
}


.radio_entry:hover input ~ .radio_entry_checkmark {
  background-color: rgba(12, 12, 12, 0.1);
}

.radio_entry input:checked ~ .radio_entry_checkmark {
  background-color: #ffffff;
}

.radio_entry_checkmark:after {
    content: "";
}

.radio_entry input:checked ~ .radio_entry_checkmark:after {
	display: block;
	    height: 70%;
    width: 70%;
    margin: 15%;
	border-radius: 50%;
	background: #ee52ef;
	transition: all 0.3s;
}

.radio_entry .radio_entry_checkmark:after {
    height: 0%;
    width: 0%;
    margin: 50%;
	border-radius: 50%;
	background: #50ff55;
	transition: all 0.3s;
}

.radio_entry input:checked ~ .radio_entry_checkmark {
  background-color: #ffffff;
}

/*** end radio ***/

div.changeable{
    margin-bottom: 1em;
}

.box .unchangeable {
    outline: dotted 1px rgba(12, 12, 12, 0.1);
    width: 32vw;
    height: 2.4em;
    line-height: 2.8em;
    padding-left: 25px;
    margin-top: -0.6em;
    background-color: transparent;
    display:block;
    border: none;
}

.box .explanation {
    width: 20vw;
    height: 2.4em;
    line-height: 1em;
    /*margin-top: -0.6em;*/
    margin:0.5em;
    padding: 0;
    background-color: transparent;
    display:block;
    border: none;
    font-size: 0.8em;
    font-style:italic;
}

.box .changeable:focus,
.box .changeable:hover,
.box .changeable:active {
    outline: solid 2px rgba(0, 220, 251, 1);
}

.box .change{
	outline: solid 2px rgba(0, 220, 251, 1);
	background-color: rgba(0, 214, 251, 0.12);
}

.box button {
    background: rgb(1, 255, 255);
    background: linear-gradient(90deg, rgba(1, 255, 255, 1) 0%, rgba(0, 185, 255, 1) 100%);
    padding: .5em 1.5em;
    border-radius: 180px;
    font-size: 1.3em;
    font-family: 'dinmed';
    border: none;
    position: absolute;
    left: 0;
}

#save{
	bottom: 125px;
}

#delete{
	bottom: 40px;
	background: rgb(255, 33, 1);
	background: linear-gradient(to right, rgba(255, 1, 3, 1), rgba(255, 197, 0, 1));
}

#delete:before{
	border: rgba(252, 78, 4, 1) solid 0px;
}
/*
--------------------------------------------------------------------
                        EVENT
--------------------------------------------------------------------
*/

.title.subnav{
	margin-top: 10px;
}

#event{
	margin-bottom: 120px;
}

.title {
    margin-left: -40px;
    height: 50px;
    margin-top: 55px;
    line-height: 3.3em;
    font-size: 1.5em;
    font-family: 'dingras';
    border-bottom: solid 3px;
    margin-bottom: 0.5em;
}

.title span{
font-family: 'din';
font-size: 16px;
}

#event, #team{
	margin-top: 3em;
}

#event h2:first-of-type{
	margin-top: 1.7em;
}

#event .registration{
	font-size: 1.2em;
}

.typeOfR p{
	margin-top: 60px;
}


#event h2{
	border-bottom: solid 2px;
	margin-top: 2.7em;
}

#event table{
	width: 85%;
	margin-left: 5%;
}

.event.d{
   height: 10vh; 
}

.event .event_d{
    display: flex;
    width: 31.7%;
    height: 100%;
    float:left; 
}

.event .event_d div{
    display: flex; 
    vertical-align: middle;
    justify-content: center;
    align-content: center;
    flex-direction: column;
    width: 100%;
}

.event .event_d div p{
    padding-left: 1em;
}

.event .link{
display: block;
}

.event .link p{
	/*width: 100%;*/
	height: 100%;
	display: inline-block;
}

.event .link p span{
	width: 100%;
	height: 100%;
	align-items: center;
	display: flex;
}

.event .link div{
    height: 49.1%;
    margin: 0 0 2px 0;
}

.event .name{
    width: 66.6%;
    margin-right: 2px;
}

.event:nth-child(2n+1) div div{
    background-color: rgb(83, 255, 194);
}

.event:nth-child(2n+1) div.summary{
    box-shadow: -2px 0px 0px 0px rgb(83, 255, 194)/*, 2px 0px 0px 0px rgb(83, 255, 194)*/;
}

.event:nth-child(2n) div.summary{
    box-shadow: -2px 0px 0px 0px rgb(204, 255, 229)/*, 2px 0px 0px 0px rgb(204, 255, 229)*/;
}

.event:nth-child(2n) div div{
    background-color: rgb(204, 255, 229);
}

.event:hover .event_d div {
   /* background-color: rgb(220, 255, 242);*/

}

.event .link div.manageeventbutton:hover {
    outline: solid 2px rgba(146, 243, 193, 1);
    background-color: rgb(236, 255, 248);
}

.event .link div.summary {
    font-size: .8em;
    font-style: italic;
}


table {
    width: 100%;
}

thead th {
    text-align: left;
}

thead th div {
    margin-left: -40px;
    height: 50px;
    margin-top: 55px;
    line-height: 3.3em;
    font-size: 1.5em;
    font-family: 'dingras';
    border-bottom: solid 3px;
    margin-bottom: 5px;
}

thead th div span{
    font-size: .6em;
    font-family: 'dinthin';
}

.date {
    font-size: 0.8em;
}

.futur,
.past {
    background-color: rgb(128, 255, 212);
    height: 3.5em;
}

.futur:nth-child(2n+1),
.past:nth-child(even) {
    background-color: rgb(198, 255, 235);
}

.futur td {
    height: 3.5em;
    padding-left: 1em;
}

.past td {
    height: 3.5em;
    padding-left: 1em;
}


tbody td[colspan="1"]:hover {
    outline: solid 2px rgba(146, 243, 193, 1);
    background-color: rgb(236, 255, 248);
    /*
    background: repeating-linear-gradient(
      45deg,
      #ECFFF8,
      #ECFFF8 10px,
      #E2F5EE 10px,
      #E2F5EE 20px
    );
*/
}

#event tbody:hover {
    background-color: rgb(198, 255, 235);
}


td a {
    width: 100%;
    display: inline-block;
    line-height: 1.5em;
}

#event .old .event{
	height: 50px;
}

.old .event .link div{
    height: 100%;
}

.back{
	margin-top: 30px;
	display: inline-block;
	width: 10%;
	border-radius: 120px 0 0 120px;
	padding: 5px 0 3px 1em;
	margin-left: -1em;
}

.back:hover{
	letter-spacing: 0.07rem;	
	width: 100%;
	background: rgb(0, 255, 255);
	background: linear-gradient(90deg, rgba(0, 255, 255, .3) 0%, rgba(0, 202, 202, .5) 100%);
}


.back::before{
	content: "<  ";
color: rgba(0, 0, 0, 1);	
}

.upload-image-box{
	position: relative;
}

.upload-image img{
	position: absolute;
	width: 32px;
	height: 32px;
	bottom: 0px;
	right: 0px;
	cursor:pointer;
}

.upload-image img:hover{
	cursor:hand;
}

.table_explanation {
    color: dymgrey;
    font-size: 0.8rem;
    color: #000;
    height: 100%;
}

table#costs_table{
	padding: 0px;
	margin-bottom: 30px;
	border-collapse: collapse;
}

#donation_cost{
	padding-left:0;
	z-index: 2;
}

table#costs_table .select-wrapper:after {
right: -10px;
top: -9px;
z-index: 1;
}


table#costs_table tr td{
	border-bottom: 1px solid #000;
	border-top: 1px solid #000;
	padding: 10px;
	margin:0px;
}

span#hosting_field{
	color: #000;
	font-size: 1rem;
}

span.service_cost_field{
	color: #000;
	font-size: 1rem;
}

input.cost_error{
	color: red;
}

input.cost_correct{
	color: black;
}

span#staff_discount_field{
	color: #000;
	font-size: 1rem;
}

a.general_conditions{
	color: dimgrey;
	font-size: 1rem;
	font-weight: bold;
}


.eventbutton: hover{
	cursor: hand;
}

.eventbutton{
	cursor: pointer;
}
/*
--------------------------------------------------------------------
--------------------------------------------------------------------
                        TEAM
--------------------------------------------------------------------
--------------------------------------------------------------------
*/

#team{
	margin-bottom: 120px;
}

#team td{
	height: 2em;
}
#team tr:nth-child(2n+1){
background-color: rgb(128, 255, 212);
}

#team tr:nth-child(2n){
background-color: rgb(198, 255, 235);
}

#team tbody tr:hover {
    outline: solid 2px rgba(146, 243, 193, 1);
    background-color: rgb(236, 255, 248);
    /*
    background: repeating-linear-gradient(
      45deg,
      #ECFFF8,
      #ECFFF8 10px,
      #E2F5EE 10px,
      #E2F5EE 20px
    );
*/
}

#team td span{
	cursor: pointer;
	width: 100%;
	display: inline-block;
	text-align: center;
}

#team td span:after {
content: ' \2297';
text-align: center;
color: #000;
font-size: 22px;
z-index: -1;
}

#team button{
	margin-left: 0px;
}

#team h2{
	border-bottom: solid 2px;
	margin-top: 2.7em;
}

#team .bug{
	left: 115px;
	margin-top: 9px;
}


/*
--------------------------------------------------------------------
--------------------------------------------------------------------
                        game
--------------------------------------------------------------------
--------------------------------------------------------------------
*/

#general_data button{
	margin-left: 0px;
	font-size: 0.9em;
	margin-top: -2.6em;
}


#details .content{
	width:95%;
	height:auto;
	line-height:1em;
	padding: 1em;
}

#details .edit{
	margin-left: 0px;
	font-size: 0.9em;
	margin-top: -2.6em;
	left: 60%;
}

#details button{
	font-size: 0.9em;
	margin-left: 10px;
}

#details form{
	width: 75%;
}

.gameImages{
	width:33%;
	display:inline-block;
}





/*
--------------------------------------------------------------------
--------------------------------------------------------------------
                        MYSGCSPACE
--------------------------------------------------------------------
--------------------------------------------------------------------
*/

.mysgcspace{
	margin-top: 100px;
	margin-bottom: 200px;
}

.mysgcspace p{
	width: calc(100% / 9 * 5);
}


/*
--------------------------------------------------------------------
--------------------------------------------------------------------
                        BUTTON
--------------------------------------------------------------------
--------------------------------------------------------------------
*/





/* Ripple Out */
@-webkit-keyframes h_button {
    100% {
        top: -12px;
        right: -12px;
        bottom: -12px;
        left: -12px;
        opacity: 0;
        border: rgba(1, 255, 255) solid 10px;
    }
}

@keyframes h_button {
    100% {
        top: -12px;
        right: -12px;
        bottom: -12px;
        left: -12px;
        opacity: 0;
        border: rgba(1, 255, 255) solid 10px;
    }
}

button {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    position: relative;
}

button:before {
    content: '';
    position: absolute;
    border: rgba(1, 255, 255, 1) solid 0px;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    border-radius: 180px;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
}

button:hover:before,
button:focus:before,
button:active:before {
    -webkit-animation-name: h_button;
    animation-name: h_button;
}


/*
--------------------------------------------------------------------
--------------------------------------------------------------------
                        HEADER
--------------------------------------------------------------------
--------------------------------------------------------------------
*/

header {
    display: flex;
    flex-direction: row;
    align-items: center;
}

#head .bg {
    background-image: url(../img/bg.png);
    width: 100vw;
    height: 600px;
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    top: 0;
    left: 0;
}

#head header {
    position: relative;
    top: 0;
    left: 0;
    width: 100vw;
    position: fixed;
}

#head nav {
    display: inline-block;
    font-family: 'dinthin';

}

#head .co-2 {
    display: inline-block;
}

#head .co-2 img {
    width: 100%;
}

#head h1 {
    font-size: 45px;
}

#head ul {
    list-style-type: none;
    display: inline-block
}

#head ul li {
    display: inline-block;
    margin: 0 .5em;
    font-size: 1.3em;

}

#head #log {
    display: inline-block;
    margin: 0 0 0 4em;
}

#head .date {
    margin-top: 9em;
    margin-bottom: 13em;
}



#head .button {
    background: rgb(1, 255, 255);
    background: linear-gradient(90deg, rgba(1, 255, 255, 1) 0%, rgba(0, 185, 255, 1) 100%);
    padding: .5em 2em;
    border-radius: 180px;
    font-size: 2em;
    font-family: 'dinmed';
    margin-top: 1.5em;
    display: inline-block;
    margin-left: 2.7em;
}


#head .button:hover {
    color: aliceblue;
}

header .mobile {
    display: none;
}

header li a {
    position: relative;
}

header li a:hover,
a.active {
    font-family: 'din';
    color: #00FFFF;
}


header li a::after {
    content: '';
    position: absolute;
    width: 0px;
    height: 2px;
    left: 0%;
    bottom: -5px;
    background-color: #00FFFF;
    transition: all ease-in-out .2s;
}

header li a:hover::after {
    width: 100%;
    left: 0;
}

header li a.active::after {
    width: 100%;
    left: 0;
}

header.scroll {
    height: 70px;
    background-color: rgb(242, 243, 244);
    z-index: 100;
    box-shadow: 0px 1px 1px rgba(0, 0, 0, .1);
}

#head header.scroll img {
    width: 50%;
}


header #log::after {
    content: ">";
    color: rgba(0, 0, 0, 0);
}

header #log:hover {
    transition(all, 0.5s, cubic-bezier(0.65, -0.25, 0.25, 1.95));
    letter-spacing: 0.07rem;
}

header #log:hover::after {
    content: ">";
    color: rgba(0, 0, 0, 1);
}



/*
--------------------------------------------------------------------
--------------------------------------------------------------------
                        FOOTER
--------------------------------------------------------------------
--------------------------------------------------------------------
*/

footer {
    height: 700px;
    position: relative;
    overflow: hidden;
}


footer .forme1 {
    width: 130vw;
    height: 820px;
    position: absolute;
    top: 40px;
    left: -110px;
    z-index: -1;
    transform: rotate(-3deg);
    border-radius: 460px;
    background: rgb(0, 241, 255);
    background: linear-gradient(to right, rgba(118, 243, 255, 1), rgba(0, 144, 245, 1));
}

footer .content {
    margin-top: 5.5em;
    display: flex;
    flex-direction: row;
    align-items: center;
}



footer a {
    display: block;
    font-family: 'dingras';
    margin: .5em 0px;
}

footer img {
    width: 40%;
    margin-bottom: 1.5em;
}

footer .button {
    margin: 1em 0 2em;
    font-size: 2em;
}

footer a[href*="facebook"] img {
    width: 30%;
}

footer a {
    display: block;
    text-align: center;
}

footer nav a {
    margin-bottom: 1em;
    position: relative;
    width: auto;
    display: inline-block;
    margin-left: 4em;
}

footer nav a::after {
    content: '';
    position: absolute;
    width: 0px;
    height: 2px;
    left: 0%;
    bottom: -5px;
    background-color: #00FFFF;
    transition: all ease-in-out .2s;
}

footer nav a:hover::after {
    width: 100%;
    left: 0;
}


footer img {
    filter: invert(1);
}

footer img:hover {
    filter: sepia(1) saturate(17.2) hue-rotate(64.8deg) brightness(1.2);
}

footer .button {
    margin-bottom: 1em;
    position: relative;
    width: auto;
    display: inline-block;

}

footer .button::after {
    content: '';
    position: absolute;
    width: 0px;
    height: 4px;
    left: 0%;
    bottom: -5px;
    background-color: #00FFFF;
    transition: all ease-in-out .2s;
}

footer .button:hover::after {
    width: 100%;
    left: 0;
}



/*
--------------------------------------------------------------------
--------------------------------------------------------------------
                        responsive
--------------------------------------------------------------------
--------------------------------------------------------------------
*/

@media screen and (max-width: 420px) {
	#logform {
		width: 92vw;
		margin-top: 0px;
	}
	form .pers label {
		font-size: 1rem;
	}
	form .pers input {
		font-size: 0.8em;
	}
	form .btn {
		margin-left: 45%;
	}
	form [type="checkbox"] {
		margin: 45px 0 0 13%;
	}
	#logform .pers {
		margin-bottom: 20px;
	}
	form .pers:hover label, form .pers .focus {
		top: -84%;
	}
	#logform .pass{
		margin-top: 2.2em;
	}
	form .pass:hover label, form .pass .focus {
		top: -175%;
	}
	form .pass:hover .context, form .pass .focus .context{
		font-size: 0.6rem;
		opacity: 1;
		line-height: 0.9;
	}
	.info {
		bottom: -40px;
	}
	.info img {
		margin-top: -40px;
	}
    #logout {
    	margin: 0 24%;
    }
    #avatar{
    	width: 63vw;
		height: 63vw;
		border-radius: 45vw;
    }
    .upload-image-box{
    	margin: 0 5%;
    }
    #profile-data {
		width: 85%;
	}
	.p1 {
		margin-left: calc(100% / 9 * 0.5);
	}
	.box .unchangeable, .box .changeable{
		width: 63vw;
	}
	.box .explanation {
		width: 62vw;
	}
	.radio_skills {
		margin: -24.5em 0em;
		margin-top: 32px;
		margin-left: -7%;
	}
	#save {
		bottom: -10px;
		margin-left: -11.7em;
	}
	#delete {
		bottom: -79px;
		margin-left: -13.3em;
	}
	#profil {
		margin-bottom: 150px;
	}
	#event .title{
		line-height: 0.8em;
		height: 21px;
	}
	#event .title:first-of-type {
		height: 45px;
	}
	.box {
		width: calc(100% / 9 * 8.3);
		margin-left: calc(100% / 9 * .3);
	}
	.event .name {
		width: 58.6%;
	}
	.event .link{
		width: 40.7%;
	}
	.tab-group-submenu li {
		width: 28%;
	}
	.tab-group-submenu li.tab-submenu a {
		padding: 0;
	}
	.title.subnav{
		margin-left: -15px;
	}
	.back{
		width: 22%;
	}

}

@media screen and (max-width: 1100px) {
#logform {
		width: 92vw;
		margin-top: 0px;
	}
	form .pers label {
		font-size: 1rem;
	}
	form .pers input {
		font-size: 0.8em;
	}
	form .btn {
		margin-left: 45%;
	}
	form [type="checkbox"] {
		margin: 45px 0 0 13%;
	}
	#logform .pers {
		margin-bottom: 20px;
	}
	form .pers:hover label, form .pers .focus {
		top: -84%;
	}
	#logform .pass{
		margin-top: 2.2em;
	}
	form .pass:hover label, form .pass .focus {
		top: -175%;
	}
	form .pass:hover .context, form .pass .focus .context{
		font-size: 0.6rem;
		opacity: 1;
		line-height: 0.9;
	}
	.info {
		bottom: -40px;
	}
	.info img {
		margin-top: -40px;
	}
    #logout {
    	margin: 0 24%;
    }
    #avatar{
    	width: 63vw;
		height: 63vw;
		border-radius: 45vw;
    }
    .upload-image-box{
    	margin: 0 5%;
    }
    #profile-data {
		width: 85%;
	}
	.p1 {
		margin-left: calc(100% / 9 * 0.5);
	}
	.box .unchangeable, .box .changeable{
		width: 63vw;
	}
	#profil .changeable {
		display: block;
	}

	.box .explanation {
		width: 62vw;
	}
	.radio_skills {
		margin: 0;
		margin-top: 32px;
		margin-left: 18%;
	}
	#save {
		bottom: -10px;
	}
	#delete {
		bottom: -79px;
	}
	#profil {
		margin-bottom: 150px;
	}
	.title {
		margin-left:0;
	}
	#event .title{
		line-height: 0.8em;
		height: 21px;
	}
	#event .title:first-of-type {
		height: 45px;
	}
	.box {
		width: calc(100% / 9 * 8.3);
		margin-left: calc(100% / 9 * .3);
	}
	.event .name {
		width: 58.6%;
	}
	.event .link{
		width: 40.7%;
	}
	.tab-group-submenu li {
		width: 28%;
	}
	.tab-group-submenu li.tab-submenu a {
		padding: 0;
	}
	.title.subnav{
		margin-left: -15px;
	}
	.back{
		width: 22%;
	}
}




@media screen and (min-width:1500px) {
    #map {
        margin: 9em auto;
        width: 100vw;
        max-width: 100vw;
    }

    #sponsor {
        margin-left: auto;
    }

}




