/*<style>*/
/* #### MAIN BODY #### */
        
        @font-face {
            font-family: koll;
            src: url(fonts/Kollektif.ttf);
        }
        
        @font-face {
            font-family: kollb;
            src: url(fonts/Kollektif-Bold.ttf);
        }
        
        @font-face {
            font-family: kollbi;
            src: url(fonts/Kollektif-BoldItalic.ttf);
        }
        
        @font-face {
            font-family: kolli;
            src: url(fonts/Kollektif-Italic.ttf);
        }
        
        
        .margins {
            margin-top: 800px;
            padding: 0 15px 0 50px;
            font-size: 30px;
            transition: all 1s cubic-bezier(0.16, 1, 0.3, 1);
        }
        
        body {
            margin: 0;
            
            font-size: 14px;
            color: #FFF;
            
            font-family: 'koll', 'Raleway', sans-serif;
            
            overflow: scroll;
            user-select: none;
            -webkit-user-select: none;
            
            background-color: #282B3D;
            background-image: url("Background.jpg");
            background-repeat: repeat;
            background-position: center;
            background-attachment: fixed;
        }
        
        h1 {
            margin: 0;
            padding: 20px 0 20px  0;
            
            font-family: 'kollbi', 'Raleway', sans-serif;
            font-weight: 700;
            font-size: 40px;
            
            text-align: center;
            
/*            border-bottom: 0 solid rgba(0, 0, 0, .15);*/
        }
        
        h2 {
            font-family: 'kollb', 'Raleway', sans-serif;
            font-size: 30px;
            font-weight: 600;
        }
        
        h3 {
            margin-bottom: 0;
            font-family: 'kollb', 'Raleway', sans-serif;
            font-size: 20px;
            font-weight: 600;
        }
        
        h4 {
            font-family: 'kollb', 'Raleway', sans-serif;
            margin: 4px 0 40px 0;
            font-size: 15px;
        }
        
        small {
            display: block;
            margin: -4px 32px 4px 32px;
            padding: 0;
            
            font-size: 12px;
            line-height: 16px;
            color: rgba(0, 0, 0, .15);
        }
        
        a {
            color: #0F31BA;
            font-family: 'koll', 'Raleway', sans-serif;
            font-size: 15px;
            font-weight: 600;
            text-decoration: none;
        }
        
        p {
            margin: 4px 0 40px 20px;
            font-size: 20px;
        }
        
        /* ############# END MENU #################### */
        
        /* #### TITLE COVER #### */
        
        #titlecover {
            position: fixed;
            
            padding: 0;
            top: 0;
            width: 100%;
            height: calc(100vh - 50px);
            
            overflow: hidden;
            z-index: 500;
            
            color: black;
            text-align: left;
            font-size: 90px;
            font-weight: bold;
            
            background-color: #FFEDD5;
            
            box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2);
            border-radius: 0 0 50px 50px;
            border-bottom: 2px solid #BFBFBF;
            
            transition: 1s cubic-bezier(0.19, 1, 0.22, 1);
        }
        
        #fadeoutunder {
            background-color: #F57138;
            top: 0;
            width: 100%;
            height: 100%;
            
            z-index: 50;
            position: fixed;
            pointer-events: none;
            
            opacity: 1;
            
            transition: 1s cubic-bezier(0.19, 1, 0.22, 1);
        }
        
        .open {
            transform: translateY(-100vh) !important;
        }
        
        .title {
            position: absolute;
            box-sizing: border-box; /*Include padding in width calcualation*/
            
            width: 100%;
            height: auto;
            padding: 50px 80px 50px 150px;
            margin: 0;
                        
            /* background: white;*/
            text-overflow: ellipsis;
            
            top: 40%;
            -ms-transform: translateY(-50%);
            transform: translateY(-50%);
        }
        
        .titleSub {
            position: absolute;
            box-sizing: border-box;
            /*Include padding in width calcualation*/
            
            max-width: 600px;
            height: auto;
            right: 70px;
            padding: 0 40px;
            margin: 200px 10px 10px 10px;
            
/*            background: white;*/
            text-overflow: ellipsis;
/*            border-left: 5px solid black;*/
            
            top: 50%;
            -ms-transform: translateY(-50%);
            transform: translateY(-50%);
        }
        
        #maintitlesmall {
            display: none;
            font-size: 25pt;
        }
        
        #maintitletiny {
            display: none;
            font-size: 25pt;
        }
        
        .subtitle {
            font-family: 'koll', 'Raleway', sans-serif;
        }
        
        
        /* ######## CARDS ######## */
        .card {
            position: relative;
            width: 50%;
            height: 300px;
            /*min-width: 450px;*/
            margin-left: 30px;
            z-index: 0;
            
            background-color: #000000;
            background-clip: padding-box;
            background-position: center;
            background-size: cover;
            
            border-radius: 30px;
            border: 1px solid #818181;
            box-shadow: 0 5px 12px 0 rgba(0, 0, 0, 0.2);
            
            transition: 1s cubic-bezier(0.19, 1, 0.22, 1);
            
        }
        
        .card:hover {
            box-shadow: 0 12px 19px 0 rgba(0, 0, 0, 0.2);
            transform: scale(1.02);
        }
        
        .card:active {
            box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.4);
            transform: scale(0.98);
            opacity: 0.8;
        }
        
        .yearcard {
/*            box-shadow: 0 16px 32px 0 rgba(0, 0, 0, 0.1);*/
/*            background-color: #FFF;*/
/*            border-radius: 30px;*/
/*            border: 1px solid #818181;*/
            width: auto;
/*            min-width: 105px;*/
/*            margin-top: 0;*/
/*            margin-bottom: 0;*/
            z-index: 10;
/*            position: relative;*/
/*            padding: 0 15px;*/
            position: relative;
            pointer-events: none;
            
            font-family: 'kollbi', 'Raleway', sans-serif;
            font-weight: 700;
            font-size: 80px;
            
            text-align: center;
            color: white;
            
        }
        
        .contactcard {
            float: right;
            margin-right: 70;
            padding-left: 15;
            width: 35%;
            min-width: 450px;
            height: auto;
            
            box-shadow: 0 16px 32px 0 rgba(0, 0, 0, 0.1);
            background-color: #000;
            border-radius: 30px;
            border: 1px solid #818181;
            
            z-index: 2;
            position: relative;
        }

        #card-aqt{
            width: 100%;
        }
        
        .container {
            padding: 2px 16px;
        }
        
        .containerlabel {
            padding: 2px 16px;
            background-image: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0));
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            box-sizing: border-box;
            color: #FFF;
            border-radius: 29px 29px 0 0;
        }
        
        .off {
            opacity: 0 !important;
        }
        
        .intro {
            width: 60%;
            padding-left: 20px;
        }

/* /// POPUP WINDOWS ////////////////////////////////////////////////////////////////////////////// */

	/*█████████████████████████████████████████████████ BACKGROUND █████ */
	.popupbackground {
		position: fixed;
		display: block;
		box-sizing: border-box;
		width: 100%;
		height: 100%;
		z-index: 800;

		top: 0;
		left: 0;

		opacity: 100%;

		overflow: none;

		background-color: rgba(0, 0, 0, 0.5);
		background-position: center;
		background-repeat: no-repeat;
		backdrop-filter: blur(10px);
		-webkit-backdrop-filter: blur(10px);

		border-radius: 0;

		transition: all 0.4s cubic-bezier(0.65, 0, 0.35, 1);
	}

	/*█████████████████████████████████████████████████ WINDOW █████ */
	.popupwindow {
		background-color: #FFEDD5;
		color: black;        
		border-radius: 30px;
/*		border: solid #e52617 4px;*/

		overflow-x: hidden;
		overflow-y: hidden;

		/* padding: 20px 0; */
		box-sizing: border-box;

		position: absolute;
		margin: auto;
		top: 0;
		right: 0;
		bottom: 0;
		left: 0;
        padding: 30px;

        height: auto;
        
		max-width: 600px;
		max-height: 700px;
        
        box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2);

	}

	.popupwindow h1 {
		/* margin-bottom: 0; */
		text-align: left;
		padding-bottom: 0;
		padding-top: 90px;

		margin: 20px 20px 20px 20px;
	}

	.popupwindow h2 {
		text-align: left;
		/* margin-bottom: 50px; */

		margin: 0 0 50px 20px;
	}

	.popupwindow p {
		margin: 20px 20px;
		padding-bottom: 20px;
        text-align: left;
	}

	.popupwindow h3 {
		/* margin: 0 20px; */
		/* padding-bottom: 20px; */
		font-size: 15pt;
		font-weight: bold;
		padding: 0 20px;
	}

    .exitbtn {
		display: inline-block;
		position: fixed;

		margin: 20px 20px;
		padding: 8px 20px;

		color: #000;
		font-family: kollb;

		border-radius: 30px;
		border: 2px solid #000;
		/*border-left: 0;*/
		background-color: white;

		z-index: 5;

		transition: all 0.5s cubic-bezier(0.16, 1, 0.3, 1);
		transform-origin: center;
	}
	.exitbtn:hover {
		transform: scale(1.1);
	}
	.exitbtn:active {
		transform: scale(0.98);
	}

	.linkbutton {
		display: block;
		margin: 10px 20px;
		padding: 10px;

		text-decoration: none;
		text-align: center;
		color: white;

		border: 3px solid white;
		border-radius: 30px;
		background-color: salmon;
		box-shadow: 0 3px 8px rgba(0,0,0,0.2);

		transition: all 0.5s cubic-bezier(0.16, 1, 0.3, 1);
	}
	.linkbutton:hover {
		transform: scale(1.04);
	}
	.linkbutton:active {
		transform: scale(0.98);
	}

	/*█████████████████████████████████████████████████ INTERACTION MODIFIERS █████ */

	.hidden {
		opacity: 0;
		transform: scale(0.8);
	}

	.disabled {
		display: none !important;
		cursor: none !important;
		pointer-events: none !important;
		user-select: none !important;
	}

	.nointeract {
		pointer-events: none;
	}

	.disable-textselect {
	  -webkit-user-select: none;
	  -moz-user-select: none;
	  -ms-user-select: none;
	  user-select: none;
	}

/* /// POPUP WINDOWS ////////////////////////////////////////////////////////////////////////////// */
        
    /**##### RESPONSIVE LAYOUTS ######**/

    @media screen and (max-width: 290px) {
        #maintitle {
            font-size: 25pt;
            display: none !important;
        }

        #maintitlesmall {
            display: none !important;
        }

        #maintitletiny {
            display: inherit !important;
        }
    }

    @media screen and (max-width: 350px) {
        #maintitle {
            font-size: 25pt;
            display: none;
        }

        #maintitlesmall {
            display: inherit;
        }

        #maintitletiny {
            display: none;
        }

        .margins {
            margin-top: 500px;
        }
    }

    @media screen and (max-width: 500px) {
        #maintitle {
            font-size: 25pt;
            display: none;
        }

        #maintitlesmall {
            display: inherit;
        }

        #maintitletiny {
            display: none;
        }
    }

    @media screen and (max-width: 800px) {

        .intro {
            padding: 0 !important;
            width: 85% !important;
            box-sizing: border-box;
        }

        .card {
            margin: 0 !important;
            left: 0 !important;
            width: 95% !important;
            margin-right: 50px !important;
            margin-top: 80px !important;
        }

        .margins {
            padding: 0 0 0 20px !important;
        }

        .title {
            padding: 20px !important;
        }

    }

    @media screen and (min-width: 1200px) {
        .margins {
            padding: 0 10% 0 10%;
        }
    }
        
/*</style>*/