@charset "UTF-8";
/* Eric Meyer's CSS Reset */
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  line-height: 1;
  width: 100%;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

header .burgermenu {
  display: inline;
  position: fixed;
  right: 0%;
  top: 20%;
  padding: 10% 2% 10% 2%;
  /* Webkit så det kan understøttes på andre browsere */
  -moz-border-bottom-left-radius: 12px;
  border-bottom-left-radius: 12px;
  /* Webkit så det kan understøttes på andre browsere */
  -moz-border-top-left-radius: 12px;
  border-top-left-radius: 12px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.8) 0px 0 10px;
  box-shadow: rgba(0, 0, 0, 0.8) 0 0 10px;
  background-color: white;
  z-index: 3;
}

header .burgermenu:hover {
  cursor: pointer;
}

header .burgerikon {
  background: -webkit-linear-gradient(#0a0f3f, #1e8ba1);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 2em;
}

header .burgerikon:hover {
  cursor: pointer;
}

header .sidenav {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 4;
  top: 0;
  left: 0;
  background-color: #0f2753;
  overflow-x: hidden;
  padding-top: 60px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

header .sidenav .logosidenav {
  width: 10%;
  position: absolute;
  right: 88%;
  top: 1%;
  z-index: 3;
}

header .sidenav a {
  font-family: "Oswald", sans-serif;
  text-decoration: none;
  font-size: 1.5em;
  color: #fff;
  display: block;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

header .sidenav a:hover {
  color: #f1f1f1;
}

header .sidenav .closebtn {
  position: absolute;
  right: 0.02%;
  top: 0;
  font-size: 4em;
  margin-bottom: 10%;
}

@media screen and (max-height: 450px) {
  header .sidenav {
    padding-top: 15px;
  }
  header .sidenav a {
    font-size: 18px;
  }
}

header .sidenav a,
header .dropdown-btn {
  text-decoration: none;
  font-family: "Oswald", sans-serif;
  font-size: 1.5em;
  color: #fff;
  display: block;
  border: none;
  background: none;
  width: 100%;
  text-align: right;
  cursor: pointer;
  outline: none;
  padding: 0 4% 2% 0;
}

header .dropdown-btn {
  margin-top: 5%;
}

header .dropdown-btn span {
  font-size: 0.5em;
  vertical-align: super;
}

header .sidenav a {
  width: 96%;
  margin-bottom: 3%;
}

header .sidenav a:hover,
header .dropdown-btn:hover {
  color: #f1f1f1;
}

header .active-sidebar {
  background-color: #14486f;
  color: white;
}

header .dropdown-container {
  display: none;
  background-color: #1a6988;
}

header .gblogo {
  width: 15%;
  position: absolute;
  left: 2%;
  top: 1%;
  z-index: 1;
}

@media screen and (min-width: 320px) {
  header .sidenav a,
  header .dropdown-btn {
    font-size: 2.5em;
  }
}

@media screen and (min-width: 720px) {
  header .burgermenu {
    padding: 10% 5% 10% 2%;
    right: 92%;
    -moz-border-bottom-left-radius: 0px;
    border-bottom-left-radius: 0px;
    -moz-border-top-left-radius: 0px;
    border-top-left-radius: 0px;
    -moz-border-top-right-radius: 12px;
    border-top-right-radius: 12px;
    -moz-border-bottom-right-radius: 12px;
    border-bottom-right-radius: 12px;
  }
  header .burgerikon {
    font-size: 3em;
    margin-left: 60%;
  }
  header .gblogo {
    width: 10%;
  }
}

@media screen and (min-width: 1080px) {
  header .burgerikon {
    font-size: 2.5em;
    margin-left: 80%;
  }
  header .burgermenu {
    padding: 5% 3% 5% 0%;
    right: 96%;
  }
  header .sidenav .closebtn {
    padding: 0;
    right: 3%;
  }
  header .gblogo {
    width: 5%;
    left: 0.5%;
  }
}

footer h4 {
  padding-bottom: 4%;
  color: #fff;
  text-align: center;
  font-size: 1.75em;
  font-family: "Bebas Neue", cursive;
}

footer #footer_indhold {
  background: #414a50;
  background: linear-gradient(4deg, #414a50 0%, #00010d 100%);
  -webkit-box-shadow: rgba(0, 0, 0, 0.56) 10px 22px 10px 30px;
          box-shadow: rgba(0, 0, 0, 0.56) 10px 22px 10px 30px;
}

footer #footer_kontakt {
  color: #fff;
  text-align: center;
  padding-top: 5%;
  padding-bottom: 1%;
  font-family: "Oswald", sans-serif;
  font-size: 1.3em;
}

footer #footer_kontakt a {
  color: #fff;
}

footer #footer_kontakt li {
  margin-bottom: 5%;
}

footer #some_overskrift {
  display: none;
}

footer #footer_some {
  padding-bottom: 2.5%;
}

footer #some_iconer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

footer #some_iconer img {
  width: 37.5%;
  margin: 0 31.5%;
}

@media only screen and (min-width: 625px) {
  footer #footer_indhold {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  footer #footer_kontakt {
    width: 50%;
    margin: 0 auto;
    padding-top: 3%;
    padding-bottom: 0%;
  }
  footer #footer_kontakt li {
    margin-bottom: 6%;
  }
  footer #footer_some {
    width: 50%;
    padding-top: 3%;
    padding-bottom: 0%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  footer #footer_some h4 {
    display: block;
    margin-top: 0%;
  }
  footer #footer_some a {
    width: 18%;
    margin-bottom: 6%;
  }
  footer #footer_some img {
    padding-top: 0%;
    margin: 0 auto;
    width: 100%;
  }
  footer h4 {
    margin-bottom: 4%;
    font-size: 2em;
    margin-top: 0;
    padding-top: 0;
    padding-bottom: 0;
  }
  footer #some_overskrift {
    font-size: 2.6em;
  }
  footer #some_iconer {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: space-evenly;
        -ms-flex-pack: space-evenly;
            justify-content: space-evenly;
  }
}

@media only screen and (min-width: 720px) {
  footer #footer_some a {
    width: 15%;
  }
}

@media only screen and (min-width: 900px) {
  footer #footer_indhold {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  footer #footer_some {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding-top: 0%;
  }
  footer #footer_some h4 {
    margin-top: 0%;
  }
  footer #footer_some a {
    width: 14%;
    margin-bottom: 0%;
  }
  footer .footer_some_iconer {
    width: 80%;
  }
  footer #footer_kontakt li {
    margin-bottom: 6%;
  }
  footer #some_iconer {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: space-evenly;
        -ms-flex-pack: space-evenly;
            justify-content: space-evenly;
  }
}

@media only screen and (min-width: 900px) and (min-width: 1280px) {
  footer #footer_indhold {
    padding: 0.6% 0;
  }
  footer #footer_kontakt {
    padding-top: 1.4%;
  }
  footer #footer_kontakt h4 {
    margin-bottom: 2%;
  }
  footer #footer_kontakt li {
    margin-bottom: 4%;
  }
  footer #footer_some a {
    width: 8%;
    margin-left: 3%;
    margin-right: 3%;
  }
  footer #footer_some #some_iconer {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

#page__index {
  background: #1a6988;
  background: linear-gradient(77deg, #1a6988 0%, #14486f 35%, #0f2753 100%);
}

#page__index #get_in_touch {
  font-size: 1.4em;
  position: absolute;
  padding-top: 4%;
  margin-bottom: 7.5%;
  left: 70%;
  top: 1%;
}

#page__index #indexheader {
  text-align: center;
  font-size: 3em;
  color: #fff;
  font-family: "Bebas Neue", cursive;
  padding-top: 20%;
  padding-bottom: 0%;
}

#page__index #tekst_touch {
  margin-bottom: 9%;
  color: white;
  font-family: "Oswald", sans-serif;
}

#page__index #contact {
  background-color: red;
  border-radius: 12px;
  color: white;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-left: 14%;
  padding-right: 14%;
  text-decoration: none;
  -webkit-transition: -webkit-transform 0.2s;
  transition: -webkit-transform 0.2s;
  transition: transform 0.2s;
  transition: transform 0.2s, -webkit-transform 0.2s;
  font-family: "Oswald", sans-serif;
  padding-bottom: 5%;
}

#page__index .athleteheader {
  color: white;
  text-transform: uppercase;
  top: 50%;
  left: 50%;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
  position: absolute;
  font-family: "Oswald", sans-serif;
  font-size: 2.5em;
  display: none;
}

#page__index #athlete2 {
  border-bottom: 1px solid #fff;
}

#page__index .atlet1 {
  width: 100%;
  margin: 0 auto;
  border-bottom: 1px solid #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-left: 0;
  padding-right: 0;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#page__index .atlet1 a {
  width: 75%;
}

#page__index .billede_atlet1 {
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: auto;
  width: 70%;
  margin-bottom: 4%;
  margin-top: 4%;
  border-radius: 6px;
}

#page__index h3 {
  font-size: 2.2em;
  padding: 2%;
  color: white;
  font-family: "Bebas Neue", cursive;
  text-align: center;
  position: absolute;
  background: rgba(0, 0, 0, 0.56);
  border-radius: 6px;
}

#page__index .atlet2 {
  width: 100%;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-left: 0;
  padding-right: 0;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#page__index .atlet2 a {
  width: 75%;
}

#page__index .billede_atlet2 {
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: auto;
  width: 70%;
  margin: 4% auto 4% auto;
  border-radius: 6px;
}

#page__index #kristianhoegenhaugpicture {
  margin-bottom: 8%;
}

#page__index .athleteoverlay {
  display: none;
}

@media only screen and (min-width: 455px) {
  #page__index #get_in_touch {
    margin-bottom: 3%;
    padding: 1%;
  }
  #page__index h3 {
    font-size: 3em;
  }
  #page__index .atlet1 {
    -webkit-box-pack: space-evenly;
        -ms-flex-pack: space-evenly;
            justify-content: space-evenly;
  }
  #page__index .atlet2 {
    -webkit-box-pack: space-evenly;
        -ms-flex-pack: space-evenly;
            justify-content: space-evenly;
  }
  #page__index .brodtekst1 {
    font-size: 1.3rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    margin-right: 10%;
  }
  #page__index .brodtekst2 {
    font-size: 1.3rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    margin-right: 10%;
  }
}

@media only screen and (min-width: 630px) {
  #page__index #get_in_touch {
    margin-bottom: 3%;
    padding: 1%;
  }
  #page__index #indexheader {
    padding-top: 10%;
  }
  #page__index #tekst_touch {
    margin-bottom: 5%;
    margin-left: 8%;
  }
  #page__index #contact {
    padding-left: 15%;
    padding-right: 15%;
  }
  #page__index h3 {
    font-size: 3.5em;
  }
  #page__index .billede_atlet1 {
    position: relative;
    height: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  #page__index .atlet1 {
    -ms-flex-pack: distribute;
        justify-content: space-around;
    padding-left: 0%;
  }
  #page__index .billede_atlet2 {
    height: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  #page__index .atlet2 {
    -ms-flex-pack: distribute;
        justify-content: space-around;
    padding-left: 0%;
    padding-right: 0%;
  }
  #page__index .brodtekst2 {
    font-size: 2rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    margin-right: 10%;
  }
}

@media only screen and (min-width: 930px) {
  #page__index #get_in_touch {
    position: absolute;
    width: 23%;
    margin-right: 55%;
    margin-left: 45%;
    display: none;
  }
  #page__index #indexheader {
    display: none;
  }
  #page__index h3 {
    font-size: 2.6rem;
    display: none;
  }
  #page__index .billede_atlet1 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    margin: 0;
    border-radius: 0%;
  }
  #page__index .billede_atlet2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    padding: 0;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    margin: 0;
    border-radius: 0%;
  }
  #page__index .billede_atlet2:hover {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
    -webkit-transform-origin: 30% 30%;
            transform-origin: 30% 30%;
  }
  #page__index #kristianhoegenhaugpicture {
    margin-bottom: 0;
  }
  #page__index #athlete2 {
    border-bottom: hidden;
  }
  #page__index .atlet1 {
    width: 90%;
    border-top: none;
    border-bottom: none;
    display: inline-block;
    overflow: hidden;
    padding: 0;
    position: relative;
  }
  #page__index .atlet1 .athleteoverlay {
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    -webkit-transition: 0.5s ease;
    transition: 0.5s ease;
    background: rgba(86, 86, 87, 0);
  }
  #page__index .atlet1:hover .athleteoverlay {
    background: rgba(18, 18, 19, 0.5);
  }
  #page__index .atlet2 {
    width: 90%;
    border-top: none;
    border-bottom: none;
    padding: 0;
    display: inline-block;
    overflow: hidden;
    position: relative;
  }
  #page__index .atlet2 .athleteoverlay {
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    -webkit-transition: 0.5s ease;
    transition: 0.5s ease;
    background: rgba(86, 86, 87, 0);
  }
  #page__index .atlet2:hover .athleteoverlay {
    background: rgba(18, 18, 19, 0.5);
  }
  #page__index #atlet_flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-pack: space-evenly;
        -ms-flex-pack: space-evenly;
            justify-content: space-evenly;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    height: 100%;
  }
  #page__index .athleteheader {
    top: 47.5%;
  }
  #page__index #athlete1:hover .athleteheader {
    display: block;
  }
}

@media only screen and (min-width: 1300px) {
  #page__index .billede_atlet1 {
    width: 100%;
  }
  #page__index .billede_atlet2 {
    width: 100%;
  }
  #page__index .athleteheader {
    font-size: 4.25em;
  }
}

@media only screen and (min-width: 1500px) {
  #page__index .billede_atlet1 {
    width: 100%;
  }
  #page__index .billede_atlet2 {
    width: 100%;
  }
}

#page__athlete {
  background: #1a6988;
  background: linear-gradient(77deg, #1a6988 0%, #14486f 35%, #0f2753 100%);
}

#page__athlete #athleteheader {
  background-image: url(../images/daniel/danielbaekkegaardbanner.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 90%;
  position: relative;
  text-align: center;
}

#page__athlete #athleteheader h1 {
  font-family: "Bebas Neue", cursive;
  text-align: center;
  padding: 1%;
  margin: 0 auto;
  font-size: 2em;
  display: inline;
  color: white;
  background: rgba(0, 0, 0, 0.56);
}

#page__athlete #athleteheader #someathlete {
  z-index: -1;
  padding-left: 2%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 98%;
  right: 25%;
  top: 70%;
}

#page__athlete #athleteheader #someathlete h3 {
  display: inline;
  font-family: "Oswald", sans-serif;
  color: #04142d;
  font-size: 1.25em;
}

#page__athlete #athleteheader #someathlete h3 span {
  background: #e0e9ee;
  background: -webkit-gradient(linear, left bottom, left top, from(#e0e9ee), to(#a9ced6));
  background: linear-gradient(0deg, #e0e9ee 0%, #a9ced6 100%);
  -webkit-box-shadow: rgba(0, 0, 0, 0.56) 0px 22px 10px 4px;
          box-shadow: rgba(0, 0, 0, 0.56) 0px 22px 10px 4px;
}

#page__athlete #athleteheader #someathlete a {
  width: 10%;
  text-align: center;
  margin: 1% 0 1% 0;
}

#page__athlete #athleteheader #someathlete img {
  width: 90%;
  margin: 2% 0 2% 0;
}

#page__athlete #athleteheader.headeranne {
  background: url(../images/anne/annereischmannbanner.jpg);
  background-position: center;
  background-position-x: 45%;
  background-position-y: 40%;
}

#page__athlete #athleteheader.headerflorian {
  background: url(../images/florian/florianbanner.jpg);
  background-position-x: 50%;
  background-position-y: 74%;
}

#page__athlete #athleteheader.headerkristian {
  background: url(../images/kristian/kristianhoegenhaugbanner.jpg);
  background-position-x: 70%;
  background-position-y: 50%;
}

#page__athlete #athleteheader.headerdaniel {
  background-position-x: 65%;
}

#page__athlete #contactgb {
  font-family: "Oswald", sans-serif;
  color: white;
  text-decoration: none;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fc0211), to(#fd0036));
  background-image: linear-gradient(to bottom, #fc0211, #fd0036);
  font-size: 1em;
  padding: 3%;
  position: absolute;
  top: 2%;
  left: 76%;
  border-radius: 12px;
}

#page__athlete #contactgb:hover {
  background-image: -webkit-gradient(linear, left bottom, left top, from(#fc0211), to(#fd0036));
  background-image: linear-gradient(to top, #fc0211, #fd0036);
  -webkit-transform: scale(1.02);
          transform: scale(1.02);
  -webkit-transition: -webkit-transform 0.5s;
  transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s;
}

#page__athlete .btn-grad:hover {
  background-position: right center;
  /* change the direction of the change here */
  color: #fff;
  text-decoration: none;
}

#page__athlete .bioslides {
  display: none;
}

#page__athlete .selectors {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
}

#page__athlete .prev,
#page__athlete .next {
  font-size: 2em;
  cursor: pointer;
  font-weight: bold;
  border-radius: 0 3px 3px 0;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  color: #0f2753;
}

#page__athlete .dot-container {
  width: 73%;
  text-align: center;
  padding: 2%;
}

#page__athlete .dot {
  cursor: pointer;
  margin: 0 2px;
  display: inline-block;
  -webkit-transition: background-color 0.6s ease;
  transition: background-color 0.6s ease;
  font-family: "Oswald", sans-serif;
}

#page__athlete .activedot,
#page__athlete .dot:hover {
  font-weight: bold;
  color: #0f2753;
  font-size: 1.25em;
}

#page__athlete #bio {
  margin-top: 12%;
}

#page__athlete #bio .biocontainer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

#page__athlete #bio .bio1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 37%;
  background: white;
  padding: 2% 4% 2% 5%;
  border-top-left-radius: 12px;
  border-bottom-left-radius: 12px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.56) 0px 22px 70px 4px;
          box-shadow: rgba(0, 0, 0, 0.56) 0px 22px 70px 4px;
}

#page__athlete #bio .bio1 h2 {
  font-family: "Bebas Neue", cursive;
  font-size: 2em;
  color: #04142d;
}

#page__athlete #bio .bio1 p {
  font-family: "Rajdhani", sans-serif;
}

#page__athlete #bio .bio2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 40%;
  border-top-right-radius: 12px;
  border-bottom-right-radius: 12px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.56) 0px 22px 70px 4px;
          box-shadow: rgba(0, 0, 0, 0.56) 0px 22px 70px 4px;
}

#page__athlete #bio img {
  position: relative;
  width: 100%;
  border-top-right-radius: 12px;
  border-bottom-right-radius: 12px;
}

#page__athlete #selectedresults {
  margin: 12% 0 0 0;
  color: white;
  font-family: "Oswald", sans-serif;
}

#page__athlete #selectedresults h2 {
  font-family: "Bebas Neue", cursive;
  font-size: 2em;
  text-align: center;
  margin: 2% 0 2% 0;
}

#page__athlete .selectyear {
  margin-left: 2%;
}

#page__athlete .selectyear span {
  margin-right: 2%;
}

#page__athlete .selectyear p {
  text-align: right;
  margin-right: 10%;
  margin-bottom: 5%;
}

#page__athlete .selectyear h3 {
  margin: 2% 0 4% 1%;
  font-size: 1.15em;
}

#page__athlete .selectyear h3 span::after {
  content: "";
  display: inline-block;
  width: 80%;
  height: 2px;
  background: #fff;
  right: -3%;
  margin-bottom: 1%;
  top: 2%;
  position: relative;
}

#page__athlete .select1st {
  color: #e1c747;
  font-weight: bold;
  font-size: 1.15em;
}

#page__athlete .select2nd {
  color: #c0c0c0;
  font-weight: bold;
  font-size: 1.15em;
}

#page__athlete .select3rd {
  color: #cd7f32;
  font-weight: bold;
  font-size: 1.15em;
}

#page__athlete .selectother {
  font-weight: bold;
  font-size: 1.15em;
}

#page__athlete #someengagement {
  margin: 12% 0 0 0;
}

#page__athlete #someengagement .somebox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

#page__athlete #someengagement .somebox1 {
  background: white;
  width: 34%;
  padding: 2% 3% 5% 5%;
  border-top-left-radius: 12px;
  border-bottom-left-radius: 12px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.56) 0px 22px 70px 4px;
          box-shadow: rgba(0, 0, 0, 0.56) 0px 22px 70px 4px;
}

#page__athlete #someengagement .somebox1 h3 {
  font-family: "Bebas Neue", cursive;
  color: #04142d;
  font-size: 1.5em;
}

#page__athlete #someengagement .somebox1 p {
  font-family: "Rajdhani", sans-serif;
}

@media screen and (min-width: 375px) {
  #page__athlete #someengagement .somebox1 p {
    font-size: 1.15em;
  }
}

#page__athlete #someengagement .somebox1 p .somehighlight {
  color: #04142d;
  font-weight: bold;
}

#page__athlete #someengagement .somebox1 p .someunderline {
  text-decoration: underline;
}

#page__athlete #someengagement .somebox2 {
  background: #154d72;
  background: linear-gradient(43deg, #154d72 0%, #0b0f3e 100%);
  padding: 2% 5% 0% 3%;
  width: 34%;
  border-top-right-radius: 12px;
  border-bottom-right-radius: 12px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.56) 0px 22px 70px 4px;
          box-shadow: rgba(0, 0, 0, 0.56) 0px 22px 70px 4px;
  color: white;
  font-family: "Bebas Neue", cursive;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  font-size: 1.75em;
}

#page__athlete #someengagement .somebox2 .athletefollowers {
  padding: 20% 0 0 0;
  width: 75%;
}

#page__athlete #someengagement .somebox2 .athletefollowers .instagramlogo {
  width: 40%;
}

#page__athlete #someengagement .somebox2 .athleteengagementrate {
  width: 75%;
}

#page__athlete #someengagement .somebox2 .athleteengagementrate .engagementrate {
  width: 40%;
}

#page__athlete #someengagement .somebox2 .somemobile {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

#page__athlete #someengagement .somebox2 .somemobile img {
  width: 100%;
}

#page__athlete #someengagement .someengagementicons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  margin-top: 5%;
}

#page__athlete #someengagement .someengagementicons a {
  width: 15%;
}

#page__athlete #someengagement .someengagementicons img {
  width: 100%;
}

#page__athlete #partners {
  background-color: white;
  margin: 12% 0 0 0;
}

#page__athlete #partners h2 {
  font-family: "Bebas Neue", cursive;
  font-size: 2em;
  text-align: center;
  padding: 3% 0% 3% 0;
}

#page__athlete #gallery {
  margin: 12% 0 0 0;
}

#page__athlete #gallery h2 {
  font-family: "Bebas Neue", cursive;
  font-size: 2em;
  text-align: center;
  margin: 2% 0 2% 0;
  color: white;
}

#page__athlete #gallery .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#page__athlete #gallery .row .column {
  width: 25%;
}

#page__athlete #gallery .row .column img {
  margin: 0 2% 0 2%;
  width: 96%;
}

#page__athlete #gallery .modal {
  display: none;
  position: fixed;
  z-index: 5;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: #0f2753;
}

#page__athlete #gallery .modal-content {
  position: relative;
  margin: 2% auto;
  padding: 0;
  width: 90%;
}

#page__athlete #gallery .modal-content .thumbnails {
  background-color: #0f2753;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#page__athlete #gallery .modal-content .column {
  width: 100%;
}

#page__athlete #gallery .close {
  font-family: "Oswald", sans-serif;
  color: white;
  z-index: 6;
  position: absolute;
  top: -3%;
  right: 3%;
  font-size: 5em;
  font-weight: bold;
}

#page__athlete #gallery .close:hover,
#page__athlete #gallery .close:focus {
  color: #999;
  text-decoration: none;
  cursor: pointer;
}

#page__athlete #gallery .lightboxSlides {
  display: none;
}

#page__athlete #gallery .lightboxSlides img {
  width: 100%;
}

#page__athlete #gallery .prev,
#page__athlete #gallery .next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  padding: 16px;
  margin-top: -50px;
  color: white;
  font-weight: bold;
  font-size: 20px;
  -webkit-transition: 0.6s ease;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  -moz-user-select: none;
   -ms-user-select: none;
       user-select: none;
  -webkit-user-select: none;
  background: rgba(0, 0, 0, 0.56);
}

#page__athlete #gallery .next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

#page__athlete #gallery .prev:hover,
#page__athlete #gallery .next:hover {
  background-color: rgba(26, 105, 136, 0.8);
}

#page__athlete #gallery .numbertext {
  font-family: "Oswald", sans-serif;
  background: rgba(0, 0, 0, 0.56);
  color: #f2f2f2;
  font-size: 1.15em;
  padding: 4%;
  position: absolute;
  top: 0;
}

#page__athlete #gallery .caption-container {
  text-align: center;
  background-color: #0f2753;
  padding: 2px 16px;
  color: white;
}

#page__athlete #gallery .caption-container #caption {
  font-family: "Oswald", sans-serif;
}

#page__athlete #gallery img.lightboxdot {
  opacity: 0.6;
  width: 90%;
}

#page__athlete #gallery .active,
#page__athlete #gallery .lightboxdot:hover {
  opacity: 1;
}

#page__athlete #gallery img.hover-shadow {
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

#page__athlete #gallery .hover-shadow:hover {
  -webkit-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
          box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

@-webkit-keyframes scroll {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(calc(-250px * 14));
            transform: translateX(calc(-250px * 14));
  }
}

@keyframes scroll {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(calc(-250px * 14));
            transform: translateX(calc(-250px * 14));
  }
}

#page__athlete .slider {
  -webkit-box-shadow: 0 10px 20px -5px rgba(0, 0, 0, 0.125);
          box-shadow: 0 10px 20px -5px rgba(0, 0, 0, 0.125);
  margin: auto;
  overflow: hidden;
  position: relative;
}

#page__athlete .slider::before, #page__athlete .slider::after {
  content: "";
  position: absolute;
  z-index: 2;
}

#page__athlete .slider::after {
  right: 0;
  top: 0;
  -webkit-transform: rotateZ(180deg);
          transform: rotateZ(180deg);
}

#page__athlete .slider::before {
  left: 0;
  top: 0;
}

#page__athlete .slider .slide-track {
  -webkit-animation: scroll 30s linear infinite;
          animation: scroll 30s linear infinite;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: calc(250px * 14);
}

#page__athlete .slider .slide {
  height: auto;
  width: 100%;
}

@media screen and (min-width: 720px) {
  #page__athlete #contactgb {
    left: 80%;
  }
  #page__athlete #athleteheader {
    padding: 20%;
  }
  #page__athlete #athleteheader h1 {
    font-size: 3em;
    border-radius: 12px;
  }
  #page__athlete #athleteheader #someathlete {
    z-index: 3;
    position: absolute;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    right: 5%;
    top: 85%;
  }
  #page__athlete #athleteheader #someathlete a {
    width: 5%;
  }
  #page__athlete .dot {
    height: 9px;
    width: 9px;
  }
  #page__athlete #bio {
    margin-top: 6%;
  }
  #page__athlete #bio .bio1 {
    width: 25%;
  }
  #page__athlete #bio .bio1 h2 {
    font-size: 2.5em;
  }
  #page__athlete #bio .bio1 p {
    font-size: 1.25em;
    margin-top: 3%;
  }
  #page__athlete #bio .bio2 {
    width: 34%;
  }
  #page__athlete #selectedresults {
    margin-top: 6%;
  }
  #page__athlete #selectedresults h2 {
    font-size: 2.5em;
  }
  #page__athlete #selectedresults .selectyear {
    margin-left: 8%;
  }
  #page__athlete #selectedresults .selectyear h3 {
    font-size: 1.5em;
  }
  #page__athlete #selectedresults .selectyear h3 span::after {
    width: 75%;
  }
  #page__athlete #selectedresults .selectyear p {
    font-size: 1.25em;
    margin-right: 15%;
  }
  #page__athlete #someengagement {
    margin-top: 6%;
  }
  #page__athlete #someengagement .somebox1 {
    width: 30%;
  }
  #page__athlete #someengagement .somebox1 h3 {
    font-size: 2.5em;
  }
  #page__athlete #someengagement .somebox1 p {
    margin-top: 3%;
    font-size: 1.7em;
  }
  #page__athlete #someengagement .somebox2 {
    width: 30%;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    font-size: 2em;
  }
  #page__athlete #someengagement .somebox2 .athletefollowers {
    padding-top: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    margin-bottom: 5%;
    margin-right: 20%;
  }
  #page__athlete #someengagement .somebox2 .athleteengagementrate {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 5%;
  }
  #page__athlete #someengagement .someengagementicons a {
    width: 10%;
  }
  #page__athlete #partners {
    margin-top: 7%;
  }
  #page__athlete #partners h2 {
    padding: 1% 0 3% 0;
    font-size: 2.5em;
  }
  #page__athlete #gallery {
    margin-top: 6%;
    padding-bottom: 2%;
  }
  #page__athlete #gallery h2 {
    font-size: 2.5em;
  }
  #page__athlete #gallery .gallery-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  #page__athlete #gallery .lightboxSlides {
    text-align: center;
  }
  #page__athlete #gallery .lightboxSlides img {
    width: 50%;
  }
  #page__athlete #gallery .lightboxSlides video {
    width: 50%;
  }
  #page__athlete #gallery .numbertext {
    background: none;
    font-size: 2.5em;
  }
  #page__athlete #gallery .prev,
  #page__athlete #gallery .next {
    background: none;
    font-size: 3em;
    margin-top: 0;
    top: 25%;
  }
  #page__athlete #gallery .caption-container {
    margin: 2% 0 2% 0;
    font-size: 1.5em;
  }
}

@media screen and (min-width: 1080px) {
  #page__athlete #athleteheader h1 {
    font-size: 3.5em;
  }
  #page__athlete #athleteheader #someathlete {
    right: 1%;
  }
  #page__athlete #athleteheader #someathlete a {
    width: 4.5%;
    margin: 1% 0.5% 1% 0.5%;
  }
  #page__athlete #athleteheader #contactgb {
    font-size: 2em;
    padding: 1.5%;
    left: 82%;
    font-weight: bold;
  }
}

@media screen and (min-width: 1080px) and (min-width: 1400px) {
  #page__athlete #athleteheader #contactgb {
    left: 85%;
  }
}

@media screen and (min-width: 1080px) and (min-width: 1500px) {
  #page__athlete #athleteheader #contactgb {
    left: 87%;
  }
}

@media screen and (min-width: 1080px) {
  #page__athlete #bio {
    margin-top: 3%;
  }
  #page__athlete #bio .bio1 {
    width: 19%;
  }
  #page__athlete #bio .bio1 p {
    line-height: 1.2em;
    margin-top: 5%;
  }
  #page__athlete #bio .bio2 {
    width: 28%;
  }
  #page__athlete #bio .bio2 h2 {
    font-size: 4.25em;
  }
  #page__athlete #bio .dot-container {
    margin-top: 0;
  }
  #page__athlete #bio .dot {
    width: 20px;
    height: 20px;
  }
}

@media screen and (min-width: 1080px) and (min-width: 1400px) {
  #page__athlete #bio .bio1 h2 {
    font-size: 4.25em;
  }
  #page__athlete #bio .bio1 p {
    font-size: 1.8em;
  }
}

@media screen and (min-width: 1080px) {
  #page__athlete #selectedresults h2 {
    font-size: 4.25em;
  }
  #page__athlete #selectedresults .selectyear {
    margin-left: 0;
    width: 26%;
  }
  #page__athlete #selectedresults .selectyear h3 {
    font-size: 3em;
    text-align: center;
  }
  #page__athlete #selectedresults .selectyear h3 span {
    margin-right: 0;
  }
  #page__athlete #selectedresults .selectyear h3 span::after {
    content: none;
  }
  #page__athlete #selectedresults .selectyear span {
    margin-right: 5%;
  }
  #page__athlete #selectedresults .selectyear p {
    font-size: 2em;
    margin-right: 0;
    text-align: left;
  }
  #page__athlete #selectedresults .selectyear .select1st {
    font-size: 1.25em;
  }
  #page__athlete #selectedresults .selectyear .selectedresultline {
    display: block;
    height: 3px;
    background: white;
    margin-bottom: 7%;
  }
  #page__athlete #selectedresults #select2018.selectyear.florian {
    width: 19%;
  }
  #page__athlete #selectedresults #select2019.selectyear.florian {
    width: 19%;
  }
  #page__athlete #selectedresults #select2020.selectyear.florian {
    width: 19%;
  }
  #page__athlete #selectedresults #select2021.selectyear.florian {
    width: 19%;
  }
  #page__athlete #selectedresults .selectedresultsflex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: space-evenly;
        -ms-flex-pack: space-evenly;
            justify-content: space-evenly;
  }
  #page__athlete #someengagement .somebox1 {
    width: 20%;
  }
  #page__athlete #someengagement .somebox1 h3 {
    font-size: 3.5em;
  }
}

@media screen and (min-width: 1080px) and (min-width: 1280px) {
  #page__athlete #someengagement .somebox1 h3 {
    font-size: 4.25em;
  }
}

@media screen and (min-width: 1080px) {
  #page__athlete #someengagement .somebox1 p {
    font-size: 1.8em;
    line-height: 1.2em;
    margin-top: 5%;
  }
  #page__athlete #someengagement .somebox2 {
    width: 20%;
  }
  #page__athlete #someengagement .someengagementicons {
    margin-top: 2%;
    margin-right: 25%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  #page__athlete #someengagement .someengagementicons a {
    width: 3%;
    margin: 0 3% 0 3%;
  }
  #page__athlete #partners {
    margin-top: 3%;
  }
  #page__athlete #partners h2 {
    font-size: 4.25em;
    margin-bottom: 1%;
  }
  #page__athlete #gallery {
    margin-top: 3%;
  }
  #page__athlete #gallery h2 {
    font-size: 4.25em;
  }
  #page__athlete #gallery img.lightboxdot {
    width: 50%;
  }
  #page__athlete #gallery .modal-content .column {
    text-align: center;
  }
}

@media only screen and (min-width: 200px) {
  #page__aboutgb {
    background: #1a6988;
    background: -webkit-gradient(linear, left top, left bottom, from(#1a6988), color-stop(35%, #14486f), to(#0f2753));
    background: linear-gradient(180deg, #1a6988 0%, #14486f 35%, #0f2753 100%);
    padding-bottom: 4%;
  }
  #page__aboutgb h1 {
    font-family: "Bebas Neue", cursive;
    font-size: 2em;
    margin-bottom: 5%;
    padding-top: 5%;
  }
  #page__aboutgb p {
    font-family: "Rajdhani", sans-serif;
    font-size: 1.25em;
  }
  #page__aboutgb #about-flex {
    padding-top: 15%;
  }
  #page__aboutgb #aboutme {
    margin: 0 auto;
    width: 82.5%;
    text-align: center;
    background: #fff;
    border-radius: 12px;
    -webkit-box-shadow: rgba(0, 0, 0, 0.56) 0px 22px 70px 4px;
            box-shadow: rgba(0, 0, 0, 0.56) 0px 22px 70px 4px;
  }
  #page__aboutgb #aboutme h1 {
    color: #04142d;
  }
  #page__aboutgb #aboutme img {
    border-radius: 12px;
    width: 22%;
  }
  #page__aboutgb #aboutme .aboutme-mobile {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  #page__aboutgb #aboutme p {
    width: 85%;
    text-align: left;
    margin: 4% auto;
    margin-bottom: 2%;
  }
  #page__aboutgb #aboutme #email {
    font-family: "Oswald", sans-serif;
    font-size: 1.2em;
    padding-top: 3%;
    padding-bottom: 3%;
    padding-left: 10%;
    padding-right: 10%;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#fc0211), to(#fd0036));
    background-image: linear-gradient(to bottom, #fc0211, #fd0036);
    text-decoration: none;
    color: #fff;
    border-radius: 12px;
  }
  #page__aboutgb #aboutme #email:hover {
    background-image: -webkit-gradient(linear, left bottom, left top, from(#fc0211), to(#fd0036));
    background-image: linear-gradient(to top, #fc0211, #fd0036);
    -webkit-transform: scale(1.02);
            transform: scale(1.02);
    -webkit-transition: -webkit-transform 0.5s;
    transition: -webkit-transform 0.5s;
    transition: transform 0.5s;
    transition: transform 0.5s, -webkit-transform 0.5s;
  }
  #page__aboutgb #about-flex #nikolaj2 {
    display: none;
  }
  #page__aboutgb #aboutme-section {
    -ms-flex-pack: distribute;
        justify-content: space-around;
    margin-bottom: 8%;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  #page__aboutgb #values {
    margin: 0 auto;
    width: 82.5%;
    text-align: center;
    padding-bottom: 6%;
    background: #fff;
    border-radius: 12px;
    -webkit-box-shadow: rgba(0, 0, 0, 0.56) 0px 22px 70px 4px;
            box-shadow: rgba(0, 0, 0, 0.56) 0px 22px 70px 4px;
  }
  #page__aboutgb #values h1 {
    margin-top: 5%;
    margin-bottom: 2.5%;
    color: #04142d;
  }
  #page__aboutgb #values p {
    text-align: left;
    max-width: 85%;
    margin: 0 auto;
  }
}

@media only screen and (min-width: 200px) and (min-width: 260px) {
  #page__aboutgb #aboutme p {
    margin-top: 0%;
  }
  #page__aboutgb #aboutme-section {
    margin-bottom: 10%;
  }
}

@media only screen and (min-width: 200px) and (min-width: 400px) {
  #page__aboutgb #aboutme p {
    margin-top: 0%;
  }
  #page__aboutgb #aboutme #aboutme-section {
    margin-bottom: 8%;
  }
  #page__aboutgb #aboutme img {
    width: 22%;
  }
  #page__aboutgb #aboutme #email {
    padding-top: 2.5%;
    padding-bottom: 2.5%;
    padding-left: 8%;
    padding-right: 8%;
  }
  #page__aboutgb #aboutme-section {
    margin-top: 2%;
  }
}

@media only screen and (min-width: 200px) and (min-width: 600px) {
  #page__aboutgb #aboutme p {
    margin-top: 0%;
  }
  #page__aboutgb #aboutme #aboutme-section {
    margin-bottom: 6%;
  }
  #page__aboutgb #aboutme #email {
    padding-top: 1.8%;
    padding-bottom: 1.8%;
    padding-left: 5.5%;
    padding-right: 5.5%;
  }
}

@media only screen and (min-width: 200px) and (min-width: 720px) {
  #page__aboutgb #about-flex {
    padding-top: 2%;
  }
  #page__aboutgb #aboutme {
    margin-top: 12%;
  }
}

@media only screen and (min-width: 200px) and (min-width: 960px) {
  #page__aboutgb p {
    line-height: 1.2em;
  }
  #page__aboutgb #aboutme #aboutme-section {
    margin-bottom: 5%;
  }
  #page__aboutgb #aboutme #email {
    padding-top: 1.4%;
    padding-bottom: 1.4%;
    padding-left: 4.5%;
    padding-right: 4.5%;
  }
}

@media only screen and (min-width: 200px) and (min-width: 1080px) {
  #page__aboutgb #aboutme {
    margin-top: 7.5%;
  }
}

@media only screen and (min-width: 200px) and (min-width: 1280px) {
  #page__aboutgb {
    padding-bottom: 4%;
  }
  #page__aboutgb h1 {
    text-align: left;
    font-size: 4em;
  }
  #page__aboutgb h2 {
    font-size: 1.5em;
  }
  #page__aboutgb p {
    font-size: 1.8em;
    line-height: 1.2em;
  }
  #page__aboutgb #email {
    font-size: 1.25em;
  }
  #page__aboutgb .emptydiv {
    display: none;
  }
  #page__aboutgb #aboutme,
  #page__aboutgb #values {
    margin: 0;
    width: 100%;
  }
  #page__aboutgb #aboutme {
    width: 42.5%;
    margin-right: 30%;
    padding-bottom: 2.8%;
    padding-left: 15%;
    padding-right: 4%;
    border-radius: 0px;
    border-top-right-radius: 12px;
    border-bottom-right-radius: 12px;
    width: 100%;
  }
  #page__aboutgb #aboutme p {
    width: 100%;
    text-align: left;
    background: none;
  }
  #page__aboutgb #aboutme h1 {
    padding: 5% 0 0 0;
  }
  #page__aboutgb #about-flex {
    padding-top: 8%;
    margin: 0 auto;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  #page__aboutgb #about-flex #nikolaj1 {
    display: none;
  }
  #page__aboutgb #about-flex #nikolaj2 {
    display: block;
    position: absolute;
    right: 0;
    top: 19%;
    max-width: 25%;
    border-radius: 6px;
  }
}

@media only screen and (min-width: 200px) and (min-width: 1280px) and (min-width: 1350px) {
  #page__aboutgb #about-flex #nikolaj2 {
    top: 13%;
  }
}

@media only screen and (min-width: 200px) and (min-width: 1280px) and (min-width: 1560px) {
  #page__aboutgb #about-flex #nikolaj2 {
    top: 4%;
  }
}

@media only screen and (min-width: 200px) and (min-width: 1280px) and (min-width: 1840px) {
  #page__aboutgb #about-flex #nikolaj2 {
    top: -7%;
  }
}

@media only screen and (min-width: 200px) and (min-width: 1280px) {
  #page__aboutgb #aboutme-section {
    margin-bottom: 5%;
  }
  #page__aboutgb #values {
    margin: 5% 0 0 38.5%;
    width: 42.5%;
    position: relative;
    background: fff;
    padding-right: 15%;
    padding-bottom: 2%;
    padding-left: 4%;
    border-radius: 0px;
    border-top-left-radius: 12px;
    border-bottom-left-radius: 12px;
  }
  #page__aboutgb #values h1 {
    margin-top: 0%;
    padding-top: 5%;
  }
  #page__aboutgb #values p {
    width: 100%;
    text-align: left;
    margin: 0 auto;
    max-width: 100%;
    background: none;
  }
  #page__aboutgb #contact {
    background-color: green;
    padding-bottom: 2%;
    width: 100%;
    margin: 5% auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: left;
  }
  #page__aboutgb #contact h1 {
    font-size: 2.5em;
    padding-bottom: 2%;
    text-align: center;
  }
  #page__aboutgb #contact h2 {
    margin: 0;
  }
  #page__aboutgb .slide-in-left {
    -webkit-animation: slide-in-left 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
    animation: slide-in-left 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
  }
  @-webkit-keyframes slide-in-left {
    0% {
      -webkit-transform: translateX(-1000px);
      transform: translateX(-1000px);
      opacity: 0;
    }
    100% {
      -webkit-transform: translateX(0);
      transform: translateX(0);
      opacity: 1;
    }
  }
  @keyframes slide-in-left {
    0% {
      -webkit-transform: translateX(-1000px);
      transform: translateX(-1000px);
      opacity: 0;
    }
    100% {
      -webkit-transform: translateX(0);
      transform: translateX(0);
      opacity: 1;
    }
  }
  #page__aboutgb .slide-in-right {
    -webkit-animation: slide-in-right 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
    animation: slide-in-right 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
  }
  @-webkit-keyframes slide-in-right {
    0% {
      -webkit-transform: translateX(1000px);
      transform: translateX(1000px);
      opacity: 0;
    }
    100% {
      -webkit-transform: translateX(0);
      transform: translateX(0);
      opacity: 1;
    }
  }
  @keyframes slide-in-right {
    0% {
      -webkit-transform: translateX(1000px);
      transform: translateX(1000px);
      opacity: 0;
    }
    100% {
      -webkit-transform: translateX(0);
      transform: translateX(0);
      opacity: 1;
    }
  }
}

@media only screen and (min-width: 200px) and (min-width: 1600px) {
  #page__aboutgb #email {
    font-size: 1.6em;
    padding-top: 0.8%;
    padding-bottom: 0.8%;
    padding-left: 3%;
    padding-right: 3%;
  }
}

#page__brandactivation {
  background: #1a6988;
  background: linear-gradient(77deg, #1a6988 0%, #14486f 35%, #0f2753 100%);
}

#page__brandactivation .cursor {
  cursor: pointer;
}

#page__brandactivation h1 {
  font-size: 2em;
  font-family: "Bebas Neue", cursive;
  color: #fff;
  text-align: center;
  padding-top: 20%;
  padding-bottom: 6%;
}

#page__brandactivation p {
  color: #fff;
  font-size: 1.1em;
  width: 82.5%;
  margin: 0 auto;
  font-family: "Rajdhani", sans-serif;
  padding: 4% 0;
  text-align: center;
}

#page__brandactivation img {
  border-radius: 6px;
}

#page__brandactivation .brand-activation-sections {
  width: 90%;
  margin: 0 auto;
}

#page__brandactivation .brand-activation-sections img {
  width: 94%;
  margin-left: -6%;
  margin-bottom: 4%;
}

#page__brandactivation .desktop-text {
  display: none;
}

#page__brandactivation #some-content-section1 {
  width: 90%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 4% auto;
}

#page__brandactivation #some-content-section1 img {
  width: 31%;
}

#page__brandactivation #some-section2-img1 {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#page__brandactivation #some-content-section2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 90%;
  margin: 4% auto;
}

#page__brandactivation #some-content-section2 img {
  width: 40%;
}

#page__brandactivation #some-section2-img1 {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-bottom: 4%;
}

#page__brandactivation #some-section2-img2 {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

#page__brandactivation #some-section2-img3 {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin-top: 4%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#page__brandactivation #some-content-section3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-bottom: 4%;
}

#page__brandactivation #column1 {
  width: 45%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

#page__brandactivation #column1 img {
  width: 92%;
  margin: 8% auto;
}

#page__brandactivation #column2 {
  width: 45%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

#page__brandactivation #column2 img {
  width: 92%;
  margin: 8% auto;
}

#page__brandactivation #contact {
  margin-top: 4%;
  padding-bottom: 8%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

#page__brandactivation #contact-button {
  font-size: 1.2em;
  border-radius: 12px;
  color: white;
  padding: 3% 14%;
  text-decoration: none;
  -webkit-transition: -webkit-transform 0.2s;
  transition: -webkit-transform 0.2s;
  transition: transform 0.2s;
  transition: transform 0.2s, -webkit-transform 0.2s;
  font-family: "Oswald", sans-serif;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fc0211), to(#fd0036));
  background-image: linear-gradient(to bottom, #fc0211, #fd0036);
}

#page__brandactivation #contact-button:hover {
  background-image: -webkit-gradient(linear, left bottom, left top, from(#fc0211), to(#fd0036));
  background-image: linear-gradient(to top, #fc0211, #fd0036);
  -webkit-transform: scale(1.02);
          transform: scale(1.02);
  -webkit-transition: -webkit-transform 0.5s;
  transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s;
}

#page__brandactivation #brandactivationvideo {
  margin: 0 auto;
  text-align: center;
}

#page__brandactivation #brandactivationvideo video {
  width: 50%;
}

@media only screen and (min-width: 510px) {
  #page__brandactivation h1 {
    font-size: 2.5em;
  }
  #page__brandactivation p {
    font-size: 1.4em;
    width: 75%;
  }
  #page__brandactivation #contact-button {
    font-size: 1.4em;
    padding-left: 12%;
    padding-right: 12%;
  }
}

@media only screen and (min-width: 625px) {
  #page__brandactivation h1 {
    font-size: 3.5em;
    margin: 0 auto;
  }
  #page__brandactivation p {
    font-size: 1.6em;
    width: 85%;
    padding: 6% 0;
  }
  #page__brandactivation #contact-button {
    font-size: 1.6em;
    padding: 1% 6%;
  }
}

@media only screen and (min-width: 720px) {
  #page__brandactivation h1 {
    padding-top: 14%;
  }
  #page__brandactivation p {
    padding: 4% 0;
  }
  #page__brandactivation .brand-activation-sections img {
    width: 90%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 auto;
  }
  #page__brandactivation #contact {
    margin-top: 2%;
  }
}

@media only screen and (min-width: 1060px) {
  #page__brandactivation h1 {
    padding-top: 12%;
    padding-bottom: 4%;
  }
  #page__brandactivation .mobile-text {
    display: none;
  }
  #page__brandactivation .desktop-text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0;
    margin: 0 auto;
  }
  #page__brandactivation p {
    font-size: 1.7em;
    line-height: 1.2em;
  }
  #page__brandactivation #some-content-section1 {
    margin-bottom: 4%;
  }
  #page__brandactivation #contact-button {
    font-size: 1.6em;
    padding: 1% 5%;
  }
}

@media only screen and (min-width: 1280px) {
  #page__brandactivation #contact-button {
    margin: 0 0 0;
  }
}

@media only screen and (min-width: 1350px) {
  #page__brandactivation h1 {
    padding-top: 8%;
    padding-bottom: 3%;
    font-size: 5em;
    margin-bottom: 0%;
  }
  #page__brandactivation p {
    font-size: 2em;
    padding: 2% 0;
  }
  #page__brandactivation .brand-activation-sections img {
    width: 70%;
    margin-bottom: 2%;
  }
  #page__brandactivation #some-content-section1 {
    margin-top: 2%;
    margin-bottom: 4%;
  }
  #page__brandactivation #some-content-section2 {
    margin-top: 2%;
    margin-bottom: 2%;
  }
  #page__brandactivation #some-content-section3 {
    margin-top: 2%;
    padding-bottom: 1%;
  }
  #page__brandactivation #contact {
    padding-bottom: 0%;
  }
  #page__brandactivation #contact-button {
    font-size: 2em;
    padding: 1% 5%;
  }
}
/*# sourceMappingURL=style.css.map */