/* @font-face{ font-family: "subscriber"; src: url("/static/fonts/SUBSCRIBER-Regular.otf") format("opentype"); */ /* } */ body{ background-size: auto; background-image: radial-gradient(circle, aliceblue, cornflowerblue, palevioletred, salmon); font-family: 'Courier New', Courier, monospace; } h1{ color:pink; text-align: center; font-family: "Brush Script MT", cursive; font-size: 7em; text-shadow: 2px 2px #ff0000; margin-bottom: 70px; margin-top: 1em; } h2{ text-align: center; } .infobox{ border: 5px solid white; width: 70%; padding: 50px; margin: auto; margin-top: 70px; text-align: left; justify-content: center; background-color: radial-gradient(circle, aliceblue, cornflowerblue, palevioletred, salmon); font-family: 'Courier New', Courier, monospace; font-size: 1.5em; color: white; } .buttonback { align-items: center; background-color: #fee6e3; border: 2px solid #111; border-radius: 8px; box-sizing: border-box; color: #111; cursor: pointer; display: flex; font-family: Inter,sans-serif; font-size: 16px; height: 48px; justify-content: center; line-height: 24px; max-width: 100%; padding: 0 25px; position: relative; text-align: center; text-decoration: none; user-select: none; -webkit-user-select: none; touch-action: manipulation; margin-top: 1em; margin-left: 1em; } .buttonback:after { background-color: #111; border-radius: 8px; content: ""; display: block; height: 48px; left: 0; width: 100%; position: absolute; top: -2px; transform: translate(8px, 8px); transition: transform .2s ease-out; z-index: -1; } .buttonback:hover:after { transform: translate(0, 0); } .buttonback:active { background-color: #ffdeda; outline: 0; } .buttonback:hover { outline: 0; } @media (min-width: 768px) { .buttonback { padding: 0 40px; } } .buttoncontainer { position: relative; display: flex; align-items: center; justify-content: center; } .gotobutton { align-items: center; background-color: #fee6e3; border: 2px solid #111; border-radius: 8px; box-sizing: border-box; color: #111; cursor: pointer; display: flex; font-family: Inter,sans-serif; font-size: 16px; height: 48px; justify-content: center; line-height: 24px; min-width: 270px; max-width: 100%; padding: 0 25px; position: relative; left: auto; right: auto; text-align: center; text-decoration: none; user-select: none; -webkit-user-select: none; touch-action: manipulation; margin: 20px; } .gotobutton:after { background-color: #111; border-radius: 8px; content: ""; display: block; height: 48px; left: 0; width: 100%; position: absolute; top: -2px; transform: translate(8px, 8px); transition: transform .2s ease-out; z-index: -1; } .gotobutton:hover:after { transform: translate(0, 0); } .gotobutton:active { background-color: #ffdeda; outline: 0; } .gotobutton:hover { outline: 0; } @media (min-width: 768px) { .gotobutton { padding: 0 40px; } } .thesisbutton { align-items: center; background-color: #fee6e3; border: 2px solid #111; border-radius: 8px; box-sizing: border-box; color: #111; cursor: pointer; display: flex; font-family: Inter,sans-serif; font-size: 16px; height: 48px; min-width: 270px; justify-content: center; line-height: 24px; max-width: 100%; padding: 0 25px; position: relative; text-align: center; text-decoration: none; user-select: none; -webkit-user-select: none; touch-action: manipulation; margin: 20px; } .thesisbutton:after { background-color: #111; border-radius: 8px; content: ""; display: block; height: 48px; left: 0; width: 100%; position: absolute; top: -2px; transform: translate(8px, 8px); transition: transform .2s ease-out; z-index: -1; } .thesisbutton:hover:after { transform: translate(0, 0); } .thesisbutton:active { background-color: #ffdeda; outline: 0; } .thesisbutton:hover { outline: 0; } @media (min-width: 768px) { .thesisbutton { padding: 0 40px; } } .buttoncontainerslides{ position: relative; display: flex; } a:-webkit-any-link { color: black; cursor: pointer; text-decoration: none; } .printbutton{ align-items: center; background-color: #fee6e3; border: 2px solid #111; border-radius: 8px; box-sizing: border-box; color: #111; cursor: pointer; display: flex; font-family: Inter,sans-serif; font-size: 16px; height: 48px; justify-content: center; line-height: 24px; max-width: 100%; padding: 0 25px; position: relative; text-align: center; text-decoration: none; user-select: none; -webkit-user-select: none; touch-action: manipulation; position: absolute; top: 0; right: 0; } .printbutton:after { background-color: #111; border-radius: 8px; content: ""; display: block; height: 48px; left: 0; width: 100%; position: absolute; top: -2px; transform: translate(8px, 8px); transition: transform .2s ease-out; z-index: -1; } .printbutton:hover:after { transform: translate(0, 0); } .printbutton:active { background-color: #ffdeda; outline: 0; } .printbutton:hover { outline: 0; } @media (min-width: 768px) { .printbutton { padding: 0 40px; } } .grid{ display: grid; justify-content: space-between; grid-template-columns: auto auto auto auto auto; row-gap: 90px; align-items: center; justify-items: center; margin-left:2.5em; margin-right: 2.5em; margin-bottom: 8em; } .overviewimage{ object-fit: scale-down; height: 250px; width: 250px; /* box-shadow: 0 40px 80px #834b8b; */ box-shadow: 0 40px 80px #a27cc5; } swiper-container{ text-align: center; display: block; margin-left: auto; margin-right: auto; width: 50%; height: 90%; } swiper-slide{ text-align: center; } .sliderimage{ /* width: 100%; */ display: block; max-height: 95vH; position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); object-fit: contain; height: 100%; } .swiper-button-next{ margin-right: 100px; } .swiper-button-prev{ margin-left: 50px; } .extracontent{ background: green; } .trigger > img{ filter:blur(10px); transition: filter 1s; } .trigger::after{ content: "Content Warning"; position: fixed; top: 50%; left: 50%; transform: translate(-50%,-50%); font-size: 4em; } .trigger:hover > img{ filter: blur(0px); } .trigger:hover:after{ opacity: 0; } .trigger:hover{ opacity: 1; transition: opacity 1s; } :root { --swiper-navigation-size: 60; --swiper-theme-color: rgb(0, 89, 255); } .swiper-button-prev, :host(.swiper-rtl) .swiper-button-next { left: var(--swiper-navigation-sides-offset,10px); right: auto; } .swiper-button-next, :host(.swiper-rtl) .swiper-button-prev { right: var(--swiper-navigation-sides-offset,10px); left: auto; } /* E-mail form */ #fcf-form { display:block; } .fcf-body { margin: 0; font-family: Inter,sans-serif; font-size: 16px; font-weight: 400; line-height: 1.5; color: #212529; text-align: left; padding: 30px; padding-bottom: 10px; max-width: 100%; position: relative; display: flex; align-items: center; justify-content: center; } .fcf-form-group { margin-bottom: 1rem; } .fcf-input-group { position: relative; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; -ms-flex-align: stretch; align-items: stretch; width: 100%; } .fcf-form-control { display: block; width: 600px; height: calc(1.5em + 0.75rem + 2px); padding: 0.375rem 0.75rem; font-size: 1rem; font-weight: 400; line-height: 1.5; background-clip: padding-box; border: 1px solid #ced4da; outline: none; border-radius: 0.25rem; transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; background-color: #fee6e3; border: 2px solid #111; border-radius: 8px; box-sizing: border-box; color: #111; } .fcf-form-control:focus { border: 1px solid #313131; } select.fcf-form-control[size], select.fcf-form-control[multiple] { height: auto; } textarea.fcf-form-control { font-family: -apple-system, Arial, sans-serif; height: auto; } label.fcf-label { display: inline-block; margin-bottom: 0.5rem; } .fcf-btn { align-items: center; background-color: #fee6e3; border: 2px solid #111; border-radius: 8px; box-sizing: border-box; color: #111; cursor: pointer; display: flex; font-family: Inter,sans-serif; font-size: 16px; height: 48px; justify-content: center; line-height: 24px; max-width: 100%; padding: 0 25px; position: relative; text-align: center; text-decoration: none; user-select: none; -webkit-user-select: none; touch-action: manipulation; width: 600px; } .fcf-btn:after { background-color: #111; border-radius: 8px; content: ""; display: block; height: 48px; left: 0; width: 100%; position: absolute; top: -2px; transform: translate(8px, 8px); transition: transform .2s ease-out; z-index: -1; } .fcf-btn:hover:after { transform: translate(0, 0); } .fcf-btn:active { background-color: #ffdeda; outline: 0; } .fcf-btn:hover { outline: 0; } @media (min-width: 768px) { .buttonback { padding: 0 40px; } } input[type="submit"].fcf-btn-block, input[type="reset"].fcf-btn-block, input[type="button"].fcf-btn-block { width: 100%; } /* airport infotext welcome page */ * { margin: 0; padding: 0; } .center { position: relative; top: 0; left: 0; right: 0; bottom: 0; margin: auto; } .table { min-width: 100%; height: 150px; background-color: #000000; } .table .monitor-wrapper { background: #050321; min-width: 100%; height: 130px; box-shadow: 0px 2px 2px 2px rgba(0, 0, 0, 0.3); } .table .monitor-wrapper .monitor { min-width: 100%; height: 100px; background-color: #344151; overflow: hidden; white-space: nowrap; box-shadow: inset 0px 5px 10px 2px rgba(0, 0, 0, 0.3); } .table .monitor-wrapper .monitor p { font-family: 'VT323', monospace; font-size: 100px; position: relative; display: inline-block; animation: move 20s infinite linear; color: #EBB55F; } @keyframes move { from { left: 800px; } to { left: -4800px; } }